Commit e081bea3 authored by nanahira's avatar nanahira

support inbuilt lua

parent 1cfec8c5
......@@ -7,6 +7,10 @@ project "ocgcore"
configuration "not vs*"
buildoptions { "-std=c++14" }
configuration "linux"
includedirs { "/usr/include/lua5.3" }
if BUILD_LUA then
includedirs { "../lua" }
else
includedirs { "/usr/include/lua5.3" }
end
configuration "macosx"
includedirs { "../lua" }
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