Skip to content

Commit 900429e

Browse files
committed
Merge branch 'master' into ditto
2 parents c2e4ece + c0cf162 commit 900429e

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
@@ -146,7 +146,7 @@
146146
);
147147
runOnlyForDeploymentPostprocessing = 0;
148148
shellPath = /bin/sh;
149-
shellScript = "./configure CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
149+
shellScript = "./configure CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
150150
};
151151
/* End PBXShellScriptBuildPhase section */
152152

0 commit comments

Comments
 (0)