mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
Fix amalgamation output paths
sqlite3.c gets generated as a result of this script
This commit is contained in:
@@ -153,10 +153,9 @@
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/sqlite3.c",
|
||||
);
|
||||
outputPaths = (
|
||||
"$(BUILT_PRODUCTS_DIR)/libsqlcipher.a",
|
||||
"$(SRCROOT)/sqlite3.c",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
|
||||
Reference in New Issue
Block a user