summaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-12 12:13:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-12 12:23:40 -0800
commit4e2e48a8fb7768f0d92dc0c33edb08148d7b6805 (patch)
treedc9b8f8b964dfe59616c5c796f03d86a21104f2d /packaging/ios
parent1c87925ab01e9a7ad4bb2f9a7cb7fb4d809e606a (diff)
downloadsubsurface-4e2e48a8fb7768f0d92dc0c33edb08148d7b6805.tar.gz
iOS build: install sqlite3.pc
Otherwise this gets rebuilt every time. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index 0a53a4076..e186f4077 100644
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -125,7 +125,7 @@ echo next building for $ARCH
# so let's hack around that
make libsqlite3.la
touch sqlite3
- make install-libLTLIBRARIES
+ make install-libLTLIBRARIES install-pkgconfigDATA
popd
fi