Kaydet (Commit) c31e1bae authored tarafından Caolán McNamara's avatar Caolán McNamara

fix for cross-compiling

üst a6ff118c
......@@ -35,7 +35,7 @@ $(eval $(call gb_CustomTarget_add_dependencies,clucene/source,\
clucene/configs/clucene-config-generic.h \
))
ifeq ($(OS),WNT)
ifeq ($(OS_FOR_BUILD),WNT)
FIXED_TARFILE_LOCATION=$(shell cygpath -u $(TARFILE_LOCATION))
else
FIXED_TARFILE_LOCATION=$(TARFILE_LOCATION)
......
......@@ -29,7 +29,7 @@
gb_PARTIALBUILD := T
include $(GBUILDDIR)/gbuild_simple.mk
ifeq ($(OS),WNT)
ifeq ($(OS_FOR_BUILD),WNT)
FIXED_TARFILE_LOCATION=$(shell cygpath -u $(TARFILE_LOCATION))
else
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