Merge pull request #119 from jberkel/prerelease

Fix amalgamation output paths
This commit is contained in:
Nick Parker 2015-04-21 11:56:04 -05:00
commit 32117b0dea
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;