Kaydet (Commit) 3f42e319 authored tarafından David Tardon's avatar David Tardon

blind attempt to unbreak android build

Change-Id: I633568f2bfd2af6b14f8bcc192cd2fcc32521131
üst 989da707
...@@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,freetype,build) : ...@@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,freetype,build) :
--disable-shared \ --disable-shared \
--without-zlib \ --without-zlib \
--without-bzip2 \ --without-bzip2 \
--prefix=$(OUTDIR) --includedir=$(OUTDIR)/inc/external \ --prefix=$(OUTDIR) --includedir=$(call gb_UnpackedTarball_get_dir,freetype)/include \
--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \ --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
&& chmod +x builds/unix/freetype-config \ && chmod +x builds/unix/freetype-config \
&& $(MAKE) \ && $(MAKE) \
......
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