Fix amalgamation output paths

sqlite3.c gets generated as a result of this script
This commit is contained in:
Jan Berkel
2015-04-21 15:16:19 +01:00
parent c14afcf742
commit e26aa0db09
+1 -2
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;