Commit 34b4f359 authored by nanahira's avatar nanahira

Update premake/sqlite3/premake5.lua

parent 6f28e7b0
...@@ -2,3 +2,8 @@ project "sqlite3" ...@@ -2,3 +2,8 @@ project "sqlite3"
kind "StaticLib" kind "StaticLib"
files { "sqlite3.c", "sqlite3.h" } files { "sqlite3.c", "sqlite3.h" }
if SERVER_PRO3_SUPPORT then
filter "system:windows"
defines { "SQLITE_API=__declspec(dllexport)" }
end
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