summaryrefslogtreecommitdiff
path: root/icu/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 7cc1487aca0c..fca782f61a7c 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -110,7 +110,7 @@ STATIC_OR_SHARED=--enable-static --disable-shared
STATIC_OR_SHARED=--disable-static --enable-shared
.ENDIF
-.IF "$(CROSS_COMPILING)"!=""
+.IF "$(CROSS_COMPILING)"=="YES"
# We require that the cross-build-toolset target from the top Makefile(.in) has bee built
BUILD_AND_HOST=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-cross-build=$(posix_PWD)/$(INPATH_FOR_BUILD)/misc/build/icu/source
.ENDIF
Andrea Gelmini 2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin 2016-04-22Avoid reserved identifierStephan Bergmann 2016-04-21new plugin stylepoliceNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-14loplugin:passstuffbyref in vbahelperNoel Grandin 2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke 2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke 2016-04-11clang-tidy performance-unnecessary-value-param in vbahelperNoel Grandin 2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan 2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke 2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin 2016-02-26loplugin:unuseddefaultparam in include/vbahelperNoel Grandin 2016-02-26loplugin:unuseddefaultparam, ApplyChange->ApplyTempChangeNoel Grandin