mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Make it possible to disable bundled SQLite
Also disable it in CMakeLists.txt which is used to install libdeltachat system-wide.
This commit is contained in:
@@ -8,7 +8,7 @@ add_custom_command(
|
||||
"target/release/libdeltachat.a"
|
||||
"target/release/libdeltachat.so"
|
||||
"target/release/pkgconfig/deltachat.pc"
|
||||
COMMAND PREFIX=${CMAKE_INSTALL_PREFIX} ${CARGO} build --package deltachat_ffi --release
|
||||
COMMAND PREFIX=${CMAKE_INSTALL_PREFIX} ${CARGO} build --package deltachat_ffi --release --no-default-features
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user