Fix amalgamation output paths

sqlite3.c gets generated as a result of this script
This commit is contained in:
Jan Berkel 2015-04-18 22:43:52 +01:00
parent c14afcf742
commit e26aa0db09
1 changed files with 1 additions and 2 deletions

View File

@ -153,10 +153,9 @@
files = (
);
inputPaths = (
"$(SRCROOT)/sqlite3.c",
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/libsqlcipher.a",
"$(SRCROOT)/sqlite3.c",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;