1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

iOS build: install sqlite3.pc

Otherwise this gets rebuilt every time.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-02-12 12:13:14 -08:00
parent 1c87925ab0
commit 4e2e48a8fb

View file

@ -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