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

fix premake link (#758)

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