mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-08 03:36:06 -04:00
[meson] correct the SQLITE_HAS_CODEC definition
This commit is contained in:
parent
0d2550bc9a
commit
e78539059d
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user