Skip to content

Commit 2c0fde7

Browse files
authored
fix premake link (#758)
1 parent cdc86e2 commit 2c0fde7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

premake5.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ project "ocgcore"
33
cppdialect "C++14"
44

55
files { "*.cpp", "*.h" }
6-
links { LUA_LIB_NAME }
76

87
if BUILD_LUA then
98
includedirs { "../lua/src" }
109
else
1110
includedirs { LUA_INCLUDE_DIR }
12-
libdirs { LUA_LIB_DIR }
1311
end
1412

1513
filter "system:bsd"

0 commit comments

Comments
 (0)