sqlite: nit

This commit is contained in:
Owen Rafferty 2022-08-01 14:40:33 -05:00
parent 8f15fc7958
commit 4dbeab1229
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
# Required by qt5 and possibly other software.
export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1"
export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA"
./configure \
--prefix=/usr \