Commit 2c0fde7a authored by mercury233's avatar mercury233 Committed by GitHub

fix premake link (#758)

parent cdc86e21
......@@ -3,13 +3,11 @@ project "ocgcore"
cppdialect "C++14"
files { "*.cpp", "*.h" }
links { LUA_LIB_NAME }
if BUILD_LUA then
includedirs { "../lua/src" }
else
includedirs { LUA_INCLUDE_DIR }
libdirs { LUA_LIB_DIR }
end
filter "system:bsd"
......
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