Commit 3c498284 authored by nanahira's avatar nanahira

dont forget BUILD_LUA for windows

parent 88465a05
Subproject commit dab36a5d7b8fb960612afd1cd77395dd130532d3 Subproject commit 58bb9a8cbb6c707d4d0ec908b39755e5f51fcb8f
...@@ -3,6 +3,10 @@ solution "ygo" ...@@ -3,6 +3,10 @@ solution "ygo"
language "C++" language "C++"
objdir "obj" objdir "obj"
if os.ishost("windows") then
BUILD_LUA=true
end
configurations { "Release", "Debug" } configurations { "Release", "Debug" }
configuration "windows" configuration "windows"
......
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