diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-27 16:19:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-27 18:09:01 +0100 |
commit | d729d169de479e622e8767edd72aee3ae5bc61a9 (patch) | |
tree | 01000fbf6cc713644b308299bbfc743b20bc6d15 /external/lcms2 | |
parent | 8827b08dc3ab5a08e929815844737635201b3c1d (diff) |
normalize values of CROSS_COMPILING
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
Diffstat (limited to 'external/lcms2')
-rw-r--r-- | external/lcms2/ExternalProject_lcms2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/lcms2/ExternalProject_lcms2.mk b/external/lcms2/ExternalProject_lcms2.mk index e128b24f5ea4..80472f5b6d53 100644 --- a/external/lcms2/ExternalProject_lcms2.mk +++ b/external/lcms2/ExternalProject_lcms2.mk @@ -26,7 +26,7 @@ else $(call gb_ExternalProject_get_state_target,lcms2,build): $(call gb_ExternalProject_run,build,\ ./configure --without-jpeg --without-tiff --with-pic \ - $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ + $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ CPPFLAGS=" $(SOLARINC)" \ $(if $(filter-out WNTGCC,$(OS)$(COM)),,CPPFLAGS=" -DCMS_DLL_BUILD") \ $(if $(filter IOS ANDROID,$(OS)), --disable-shared --enable-static, --enable-shared --disable-static) \ |