mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue