From e26aa0db094c0c48978a93ccfff92786e9b7dfac Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Sat, 18 Apr 2015 22:43:52 +0100 Subject: [PATCH] Fix amalgamation output paths sqlite3.c gets generated as a result of this script --- sqlcipher.xcodeproj/project.pbxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sqlcipher.xcodeproj/project.pbxproj b/sqlcipher.xcodeproj/project.pbxproj index 5c66f77..a3459bc 100644 --- a/sqlcipher.xcodeproj/project.pbxproj +++ b/sqlcipher.xcodeproj/project.pbxproj @@ -153,10 +153,9 @@ files = ( ); inputPaths = ( - "$(SRCROOT)/sqlite3.c", ); outputPaths = ( - "$(BUILT_PRODUCTS_DIR)/libsqlcipher.a", + "$(SRCROOT)/sqlite3.c", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;