Commit 6c6805a4 authored by nanahira's avatar nanahira

fix dynamic lua libdir

parent 5e4b94e6
Pipeline #41414 passed with stages
in 57 seconds
project "ocgcore"
if OCGCORE_DYNAMIC then
kind "SharedLib"
links { LUA_LIB_NAME or "lua" }
links { LUA_LIB_NAME }
libdirs { LUA_LIB_DIR }
else
kind "StaticLib"
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