From 594c9038df36fcc9502aa0063ad049017194b5e2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 21 May 2011 02:42:19 +0300 Subject: Check OS_FOR_BUILD, not OS --- rhino/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rhino') diff --git a/rhino/makefile.mk b/rhino/makefile.mk index d7888fc970be..91117d9338bd 100644 --- a/rhino/makefile.mk +++ b/rhino/makefile.mk @@ -49,7 +49,7 @@ PATCH_FILES=rhino1_5R5.patch \ rhino1_5R5-find_swing.patch \ rhino1_5R5-updateToolTip.patch -.IF "$(OS)"=="WNT" +.IF "$(OS_FOR_BUILD)"=="WNT" FIXED_TARFILE_LOCATION=`cygpath -m -s "$(TARFILE_LOCATION)"` .ELSE FIXED_TARFILE_LOCATION=$(TARFILE_LOCATION) -- cgit v1.2.3