Skip to content

Commit

Permalink
fix: add missing sys link (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix authored Nov 6, 2023
1 parent 293cbde commit b4892cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target("commonlibsf")
add_options("sfse_xbyak")

-- add system links
add_syslinks("advapi32", "dbghelp", "ole32", "shell32", "user32", "version")
add_syslinks("advapi32", "dbghelp", "ole32", "shell32", "user32", "version", "Ws2_32")

-- add source files
add_files("src/**.cpp")
Expand Down

0 comments on commit b4892cd

Please sign in to comment.