Commit 33cb9e3a authored by nanahira's avatar nanahira

remove sqlite3 sym

parent 4a1ca088
Pipeline #34164 passed with stages
in 2 minutes and 3 seconds
......@@ -112,11 +112,9 @@ project "sqlite3"
-- 系统相关
filter "system:windows"
systemversion "latest"
defines { "SQLITE_API=__declspec(dllexport)" }
filter "system:linux or system:macosx"
pic "On"
defines { "SQLITE_API=__attribute__((visibility(\"default\")))" }
filter "system:linux"
linkoptions { "-static-libstdc++", "-static-libgcc" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment