Commit 236a414e authored by nanahira's avatar nanahira

Revert "remove sqlite3 sym"

This reverts commit 33cb9e3a.
parent 395756ab
Pipeline #34166 passed with stages
in 3 minutes and 10 seconds
......@@ -111,9 +111,11 @@ 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