Kaydet (Commit) 99df35a6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Pass --build and --host when cross-compiling

Change-Id: Ia7c7a5626f2e81de9af65897e18f7d174a6e08c7
üst a147095a
...@@ -33,6 +33,7 @@ $(call gb_ExternalProject_get_state_target,libwpd,build) : ...@@ -33,6 +33,7 @@ $(call gb_ExternalProject_get_state_target,libwpd,build) :
--without-stream \ --without-stream \
--without-docs \ --without-docs \
--disable-debug \ --disable-debug \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
&& $(GNUMAKE) \ && $(GNUMAKE) \
&& touch $@ && touch $@
......
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