8000 minor tweaks to configure / build defines · developernotes/sqlcipher@201197a · GitHub
[go: up one dir, main page]

Skip to content

Commit 201197a

Browse files
committed
minor tweaks to configure / build defines
1 parent ebecc71 commit 201197a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
);
147147
runOnlyForDeploymentPostprocessing = 0;
148148
shellPath = /bin/sh;
149-
shellScript = "./configure CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
149+
shellScript = "./configure --enable-tempstore=yes CC=/usr/bin/gcc CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nmake sqlite3.c\nexit 0";
150150
};
151151
/* End PBXShellScriptBuildPhase section */
152152

@@ -184,7 +184,6 @@
184184
OTHER_CFLAGS = (
185185
"-DSQLITE_HAS_CODEC",
186186
"-DNDEBUG",
187-
"-DSQLITE_OS_UNIX=1",
188187
"-DSQLITE_TEMP_STORE=2",
189188
);
190189
OTHER_LDFLAGS = "";

0 commit comments

Comments
 (0)
0