[meson] correct the SQLITE_HAS_CODEC definition

This commit is contained in:
Jonathan Guzmán 2022-12-19 20:03:45 -06:00
parent 0d2550bc9a
commit e78539059d
No known key found for this signature in database
GPG Key ID: C2956F1668BA042A

View File

@ -119,7 +119,7 @@ endif
if get_option('SQLITE_HAS_CODEC') if get_option('SQLITE_HAS_CODEC')
sqlitecpp_args += [ sqlitecpp_args += [
'SQLITE_HAS_CODEC', '-DSQLITE_HAS_CODEC',
] ]
endif endif