Commit 84355e54 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/master' into develop

parents 0361adca d5a7ebc3
project "lua"
kind "StaticLib"
cdialect "C11"
cppdialect "C++14"
files { "src/*.c", "src/*.h", "src/*.hpp" }
removefiles { "src/lua.c", "src/luac.c" }
......
project "ocgcore"
kind "StaticLib"
cdialect "C11"
cppdialect "C++14"
files { "*.cpp", "*.h" }
links { LUA_LIB_NAME }
......@@ -12,7 +14,7 @@ project "ocgcore"
end
filter "not action:vs*"
buildoptions { "-std=c++14" }
buildoptions { }
filter "system:bsd"
defines { "LUA_USE_POSIX" }
......
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