diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-09-05 20:30:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-09-05 21:57:59 +0300 |
commit | 60569747d57cb1eb5b67ec57198b7f9ab7b87fb0 (patch) | |
tree | f5eb060349e9101ac75f8cee44f6e874a9dc12e0 /ios | |
parent | 42b3be24f058ce470db54232cc496d56e2fd774e (diff) |
Don't copy files into the source directory, use workdir
(The LibreOfficeLight Xcode project still needs to be adapted
correspondingly.)
Change-Id: I0b17c595fc0d169f6393ab8734a1eecb241f59be
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 4f4449e6eaaa..94fffd34349e 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -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): |