We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61663d commit 4534af9Copy full SHA for 4534af9
1 file changed
sqlcipher.xcodeproj/project.pbxproj
@@ -156,7 +156,7 @@
156
);
157
runOnlyForDeploymentPostprocessing = 0;
158
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";
+ 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";
160
};
161
/* End PBXShellScriptBuildPhase section */
162
0 commit comments