fix to make MacOSX run again
Change-Id: I7a021c38e1c2e39641a28d95cc9cc7e3d5ee8225
This commit is contained in:
parent
15055466e0
commit
0d08bef014
@ -37,6 +37,7 @@ $(call gb_ExternalProject_get_state_target,lcms2,build):
|
||||
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) \
|
||||
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
|
||||
&& cd src \
|
||||
&& $(MAKE) \
|
||||
&& touch $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user