Commit 8b5b9b77 authored by nanahira's avatar nanahira

buildlua

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