diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-09-04 16:54:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-09-05 11:21:26 +0300 |
commit | e3bac83bec762db924149f710f1ba437e0c94582 (patch) | |
tree | 8935d8b5d73187851a65af3f73c2e4ba40fc6e85 /ios | |
parent | 8b7d0c2c39caa76461ca0c2d879c4615911cbb60 (diff) |
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.mk | 1 |
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): |