Commit c01136c8 authored by nanahira's avatar nanahira

add BUILD_LUA for windows anytime

parent 0d46d54b
...@@ -28,6 +28,8 @@ solution "ygo" ...@@ -28,6 +28,8 @@ solution "ygo"
MAC_ARM=true MAC_ARM=true
end end
end end
else
BUILD_LUA=true -- tell ocgcore to include ../lua directory
end end
if (os.ishost("windows") or os.getenv("USE_IRRKLANG")) and not os.getenv("NO_IRRKLANG") then if (os.ishost("windows") or os.getenv("USE_IRRKLANG")) and not os.getenv("NO_IRRKLANG") then
USE_IRRKLANG = true USE_IRRKLANG = true
......
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