Kaydet (Commit) 594c9038 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Check OS_FOR_BUILD, not OS

üst 3182e9a3
...@@ -49,7 +49,7 @@ PATCH_FILES=rhino1_5R5.patch \ ...@@ -49,7 +49,7 @@ PATCH_FILES=rhino1_5R5.patch \
rhino1_5R5-find_swing.patch \ rhino1_5R5-find_swing.patch \
rhino1_5R5-updateToolTip.patch rhino1_5R5-updateToolTip.patch
.IF "$(OS)"=="WNT" .IF "$(OS_FOR_BUILD)"=="WNT"
FIXED_TARFILE_LOCATION=`cygpath -m -s "$(TARFILE_LOCATION)"` FIXED_TARFILE_LOCATION=`cygpath -m -s "$(TARFILE_LOCATION)"`
.ELSE .ELSE
FIXED_TARFILE_LOCATION=$(TARFILE_LOCATION) FIXED_TARFILE_LOCATION=$(TARFILE_LOCATION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment