关于对 SQLite3 设置编译选项问题讨论 #5054
kamenomi-dev
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在xmake.lua:
`
add_defines(SQLITE_ENABLE_COLUMN_METADATA)
add_requires(sqlite3)
add_requires(sqlitecpp)
`
我设置了这个宏来使SQLite3支持Sqlite3_Column_ 的函数,但是我编译的时候却提示上述相关函数的符号找不到
(相关源代码稍后补全)
Beta Was this translation helpful? Give feedback.
All reactions