Commit 5db06d7d authored by nanahira's avatar nanahira

typo

parent 23b1cb8c
Subproject commit 2596febe9d63caa3b01742ea9ab5f3b562f94bdc
Subproject commit 2652821e629f75df578c0d6e7d9ec240ae9dab3e
......@@ -5,7 +5,11 @@ solution "ygo"
--startproject "ygopro"
configurations { "Release", "Debug" }
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAVE" }
if os.getenv("YGOPRO_NO_LUA_SAVE") then
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE" }
else
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAFE" }
end
configuration "windows"
defines { "WIN32", "_WIN32" }
......
......@@ -7,7 +7,7 @@ solution "ygo"
if os.getenv("YGOPRO_NO_LUA_SAVE") then
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE" }
else
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAVE" }
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAFE" }
end
configuration "windows"
defines { "WIN32", "_WIN32" }
......
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