Closed SRombauts closed 2 months ago
Found through https://github.com/SRombauts/SQLiteCpp/pull/485 Test linking with builtin libsqlite3-dev package on Ubuntu
Undefined symbols for architecture arm64: "_sqlite3_load_extension", referenced from: SQLite::Database::loadExtension(char const*, char const*) in libSQLiteCpp.a[4](Database.cpp.o) ld: symbol(s) not found for architecture arm64
We have to use -DSQLITE_OMIT_LOAD_EXTENSION=ON when we use -DSQLITECPP_INTERNAL_SQLITE=OFF on macOS
Found through https://github.com/SRombauts/SQLiteCpp/pull/485 Test linking with builtin libsqlite3-dev package on Ubuntu