meson project changes based on wrap submission review by UnixY2K · Pull Request #391 · SRombauts/SQLiteCpp (original) (raw)
description
this PR makes checks if there is a bundled sqlite3 in OSX that does not support load extension and disables the support automatically
note: line feeds were changed from CRLF to LF
changes
- meson_options.txt
- changed
SQLITE_OMMIT_LOAD_EXTENSIONtoSQLITE_OMIT_LOAD_EXTENSION(typo fix)
- changed
- meson. Build
- change the version to 3.2.1
- changed
SQLITECPP_USE_STACK_PROTECTORtoSQLITECPP_USE_STACK_PROTECTION(typo fix) - adds the
SQLITE_OMIT_LOAD_EXTENSIONoption and enables it if running on MacOS with a bundled sqlite that does not supports it
additional notes
on wrapdb this can be added as a patch as is only a change in the meson files and not the project itself
edit: there is a list of other changes that can be seen on the wrapdb repo