From 4dbeab1229c348fa3a2ea1ce1b4a165492ce1ec5 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Mon, 1 Aug 2022 14:40:33 -0500 Subject: [PATCH] sqlite: nit --- extra/sqlite/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/sqlite/build b/extra/sqlite/build index cd533d7c..b91ef34b 100755 --- a/extra/sqlite/build +++ b/extra/sqlite/build @@ -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 \