summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-09-05 20:30:24 +0300
committerMichael Meeks <michael.meeks@collabora.com>2018-10-30 17:00:44 +0000
commit45a7bb9345e17986d389ebda988ec84fa21647fb (patch)
treecc1cf0b4402d763d0ba17b5bc8fb858238bbc3f8 /ios
parentf71d2254baa600b5ba8050b27b22e96e24d8d558 (diff)
Don't copy files into the source directory, use workdir
Change-Id: I0b17c595fc0d169f6393ab8734a1eecb241f59be Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 13ef8d1d3596..ed3e870cf079 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -6,7 +6,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#- Env ------------------------------------------------------------------------
-IOSGEN := $(SRCDIR)/ios/generated
+IOSGEN := $(BUILDDIR)/workdir/CustomTarget/ios
IOSRES := $(IOSGEN)/resources
@@ -78,7 +78,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
$(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):