Fix amalgamation output paths
sqlite3.c gets generated as a result of this script
This commit is contained in:
parent
c14afcf742
commit
e26aa0db09
|
@ -153,10 +153,9 @@
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputPaths = (
|
inputPaths = (
|
||||||
"$(SRCROOT)/sqlite3.c",
|
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(BUILT_PRODUCTS_DIR)/libsqlcipher.a",
|
"$(SRCROOT)/sqlite3.c",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
|
|
Loading…
Reference in New Issue