Files
2024-06-28 18:19:19 +08:00

11 lines
243 B
Plaintext

menuconfig SQLITE3_COMPOENENT_ENABLED
bool "Enable sqlite3 lib"
default n
config SQLITE3_COMPOENENT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on SQLITE3_COMPOENENT_ENABLED