Skip to content

Commit 4534af9

Browse files
committed
updates amalgamation script, but we'll probably have to drop it for Makefile
1 parent c61663d commit 4534af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
);
157157
runOnlyForDeploymentPostprocessing = 0;
158158
shellPath = /bin/sh;
159-
shellScript = "./configure --enable-tempstore=yes CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
159+
shellScript = "./configure --enable-tempstore=yes --with-crypto-lib=openssl CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_OPENSSL\"\nmake sqlite3.c\nexit 0";
160160
};
161161
/* End PBXShellScriptBuildPhase section */
162162

0 commit comments

Comments
 (0)