Commit 550622ba authored by nanahira's avatar nanahira

macos should build lua either

parent 51d79605
...@@ -21,6 +21,9 @@ project "ocgcore" ...@@ -21,6 +21,9 @@ project "ocgcore"
filter "system:macosx" filter "system:macosx"
defines { "LUA_USE_MACOSX" } defines { "LUA_USE_MACOSX" }
if not BUILD_LUA then
includedirs { "../lua" }
end
filter "system:linux" filter "system:linux"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
......
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