explicitly use /usr/bin/gcc to avoid conifgure issues under armv6 builds

This commit is contained in:
Stephen Lombardo 2010-05-18 22:00:28 -04:00
parent 11a0e2bb8f
commit c0cf162583
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
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";
}; };
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */