Commit 987fd9da authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:moecube/ygopro-core

parents 5fbc86cb 7c1a1ac1
...@@ -11,11 +11,6 @@ project "ocgcore" ...@@ -11,11 +11,6 @@ project "ocgcore"
libdirs { LUA_LIB_DIR } libdirs { LUA_LIB_DIR }
end end
filter "action:vs*"
if not BUILD_LUA then
includedirs { "../lua" }
end
filter "not action:vs*" filter "not action:vs*"
buildoptions { "-std=c++14" } buildoptions { "-std=c++14" }
...@@ -24,12 +19,6 @@ project "ocgcore" ...@@ -24,12 +19,6 @@ 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" }
if not BUILD_LUA then
includedirs { "/usr/include/lua5.3" }
end
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