iOS build: fix typo in CFLAGS argument

This way the gethostuuid workaround actually works. It still doesn't compile,
though.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-20 08:26:30 -08:00
parent 2316390c1f
commit 55b6eaae0b

View file

@ -55,7 +55,7 @@ fi
if [ ! -e $PKG_CONFIG_LIBDIR/sqlite3.pc ] ; then
mkdir -p sqlite-build-$platform
pushd sqlite-build-$platform
CFLAGS="${CFLAGS} -DDSQLITE_ENABLE_LOCKING_STYLE=0"
CFLAGS="${CFLAGS} -DSQLITE_ENABLE_LOCKING_STYLE=0"
../sqlite-autoconf-${SQLITE_VERSION}/configure \
--prefix="$PREFIX" \