We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2e4ece + c0cf162 commit 900429eCopy full SHA for 900429e
1 file changed
sqlcipher.xcodeproj/project.pbxproj
@@ -146,7 +146,7 @@
146
);
147
runOnlyForDeploymentPostprocessing = 0;
148
shellPath = /bin/sh;
149
- shellScript = "./configure CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
+ shellScript = "./configure CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
150
};
151
/* End PBXShellScriptBuildPhase section */
152
0 commit comments