summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-09-04 16:54:27 +0300
committerTor Lillqvist <tml@iki.fi>2018-09-05 11:21:26 +0300
commite3bac83bec762db924149f710f1ba437e0c94582 (patch)
tree8935d8b5d73187851a65af3f73c2e4ba40fc6e85 /ios
parentFix typos (diff)
downloadcore-e3bac83bec762db924149f710f1ba437e0c94582.tar.gz
core-e3bac83bec762db924149f710f1ba437e0c94582.zip
Run bin/ios-all-static-libs and put its output in a file
(To be used from Xcode projects elsewhere building iOS apps that want to link to iOS code built here.) Change-Id: I39bf2a4ed059930fcfc30c4d2016dfbc698da353
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 718bb8b90d46..432640aa45f6 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -104,6 +104,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
&& echo "buildid=$(BUILDID)" \
) > $(IOSRES)/program/versionrc
+ $(SRCDIR)/bin/lo-all-static-libs >$(WORKDIR)/ios-all-static-libs.list
#- clean ios -----------------------------------------------------------------
$(call gb_CustomTarget_get_clean_target,ios/iOS_setup):