pass original CFLAGS
Change-Id: I1a2e9d41226822934b64ad31a61c816b3163a9ed
This commit is contained in:
parent
590d80cea8
commit
334599030e
1 changed files with 1 additions and 1 deletions
2
external/lcms2/ExternalProject_lcms2.mk
vendored
2
external/lcms2/ExternalProject_lcms2.mk
vendored
|
@ -30,7 +30,7 @@ $(call gb_ExternalProject_get_state_target,lcms2,build):
|
|||
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
|
||||
$(if $(filter INTEL ARM,$(CPUNAME)),ac_cv_c_bigendian=no)) \
|
||||
CPPFLAGS=" $(SOLARINC)" \
|
||||
CFLAGS='$(if $(debug),$(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))' \
|
||||
CFLAGS='$(CFLAGS) $(if $(debug),$(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))' \
|
||||
$(if $(filter-out WNTGCC,$(OS)$(COM)),,CPPFLAGS=" -DCMS_DLL_BUILD") \
|
||||
$(if $(DISABLE_DYNLOADING), \
|
||||
--enable-static --disable-shared \
|
||||
|
|
Loading…
Reference in a new issue