diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-02-12 12:13:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-12 12:23:40 -0800 |
commit | 4e2e48a8fb7768f0d92dc0c33edb08148d7b6805 (patch) | |
tree | dc9b8f8b964dfe59616c5c796f03d86a21104f2d /packaging/ios | |
parent | 1c87925ab01e9a7ad4bb2f9a7cb7fb4d809e606a (diff) | |
download | subsurface-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.sh | 2 |
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 |