We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebecc71 commit 201197aCopy full SHA for 201197a
sqlcipher.xcodeproj/project.pbxproj
@@ -146,7 +146,7 @@
146
);
147
runOnlyForDeploymentPostprocessing = 0;
148
shellPath = /bin/sh;
149
- shellScript = "./configure CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
+ shellScript = "./configure --enable-tempstore=yes CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
150
};
151
/* End PBXShellScriptBuildPhase section */
152
@@ -184,7 +184,6 @@
184
OTHER_CFLAGS = (
185
"-DSQLITE_HAS_CODEC",
186
"-DNDEBUG",
187
- "-DSQLITE_OS_UNIX=1",
188
"-DSQLITE_TEMP_STORE=2",
189
190
OTHER_LDFLAGS = "";
0 commit comments