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:
parent
2316390c1f
commit
55b6eaae0b
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user