Skip to content

Commit

Permalink
minor tweaks to configure / build defines
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlombardo committed Aug 28, 2010
1 parent ebecc71 commit 201197a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqlcipher.xcodeproj/project.pbxproj
Expand Up @@ -146,7 +146,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
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";
}; };
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */


Expand Down Expand Up @@ -184,7 +184,6 @@
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-DSQLITE_HAS_CODEC", "-DSQLITE_HAS_CODEC",
"-DNDEBUG", "-DNDEBUG",
"-DSQLITE_OS_UNIX=1",
"-DSQLITE_TEMP_STORE=2", "-DSQLITE_TEMP_STORE=2",
); );
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
Expand Down

0 comments on commit 201197a

Please sign in to comment.