Skip to content

Commit bc76c78

Browse files
committed
fix win build cmakefile
1 parent 44b2c7e commit bc76c78

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Assets/Plugins/x64/slua.dll

-538 KB
Binary file not shown.

Assets/Plugins/x86/slua.dll

-499 KB
Binary file not shown.

build/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ endif()
133133

134134
if(UNIX)
135135
target_link_libraries(slua m)
136+
elseif(WIN32)
137+
target_link_libraries(slua Ws2_32)
136138
endif()

0 commit comments

Comments
 (0)