Merge pull request #119 from jberkel/prerelease
Fix amalgamation output paths
This commit is contained in:
commit
32117b0dea
|
@ -153,10 +153,9 @@
|
|||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/sqlite3.c",
|
||||
);
|
||||
outputPaths = (
|
||||
"$(BUILT_PRODUCTS_DIR)/libsqlcipher.a",
|
||||
"$(SRCROOT)/sqlite3.c",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
|
|
Loading…
Reference in New Issue