Kaydet (Commit) b6c016da authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Use gb_VISIBILITY_FLAGS

Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7
üst 7238177b
...@@ -21,7 +21,8 @@ $(eval $(call gb_ExternalProject_register_targets,fontconfig,\ ...@@ -21,7 +21,8 @@ $(eval $(call gb_ExternalProject_register_targets,fontconfig,\
$(call gb_ExternalProject_get_state_target,fontconfig,build) : $(call gb_ExternalProject_get_state_target,fontconfig,build) :
cd $(EXTERNAL_WORKDIR) \ cd $(EXTERNAL_WORKDIR) \
&& $(if $(debug),CFLAGS=-g) $(if $(filter ANDROID,$(OS)),LIBS="-lm") ./configure \ && CFLAGS="$(if $(debug),-g) $(gb_VISIBILITY_FLAGS)" $(if $(filter ANDROID,$(OS)),LIBS="-lm") \
./configure \
--disable-shared \ --disable-shared \
--with-arch=arm \ --with-arch=arm \
--with-expat-includes=$(OUTDIR)/inc/external/expat \ --with-expat-includes=$(OUTDIR)/inc/external/expat \
......
...@@ -17,7 +17,8 @@ $(eval $(call gb_ExternalProject_register_targets,freetype,\ ...@@ -17,7 +17,8 @@ $(eval $(call gb_ExternalProject_register_targets,freetype,\
$(call gb_ExternalProject_get_state_target,freetype,build) : $(call gb_ExternalProject_get_state_target,freetype,build) :
cd $(EXTERNAL_WORKDIR) \ cd $(EXTERNAL_WORKDIR) \
&& ./configure \ && CFLAGS="$(if $(debug),-g) $(gb_VISIBILITY_FLAGS)" \
./configure \
--disable-shared \ --disable-shared \
--without-zlib \ --without-zlib \
--without-bzip2 \ --without-bzip2 \
......
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