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

Don't copy files into the source directory, use workdir

(The LibreOfficeLight Xcode project still needs to be adapted
correspondingly.)

Change-Id: I0b17c595fc0d169f6393ab8734a1eecb241f59be
üst 42b3be24
......@@ -9,7 +9,7 @@
#- Env ------------------------------------------------------------------------
IOSGEN = $(SRCDIR)/ios/generated
IOSGEN = $(BUILDDIR)/workdir/CustomTarget/ios
IOSRES = $(IOSGEN)/resources
IOSDIRS = $(IOSGEN) \
$(IOSGEN)/Debug_x86_64 \
......@@ -105,7 +105,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
) > $(IOSRES)/program/versionrc
$(SRCDIR)/bin/lo-all-static-libs | sed -e 's/ /\
/g' >$(WORKDIR)/ios-all-static-libs.list
/g' >$(IOSGEN)/ios-all-static-libs.list
#- clean ios -----------------------------------------------------------------
$(call gb_CustomTarget_get_clean_target,ios/iOS_setup):
......
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