Commit 612551f3 authored by nanahira's avatar nanahira

fix

parent 032476c9
...@@ -4,7 +4,7 @@ solution "ygo" ...@@ -4,7 +4,7 @@ solution "ygo"
objdir "obj" objdir "obj"
configurations { "Release", "Debug" } configurations { "Release", "Debug" }
if os.getenv("YGOPRO_NO_LUA_SAVE") then if os.getenv("YGOPRO_NO_LUA_SAFE") then
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE" } defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE" }
else else
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAFE" } defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAFE" }
......
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