Skip to content

Commit b07aaf8

Browse files
committed
[gn] port a5ffabc (unix sockets -> ws2_32.lib dep everywhere O_o)
1 parent c7aee64 commit b07aaf8

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Support

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ static_library("Support") {
185185
if (current_os == "linux" || current_os == "android") {
186186
libs += [ "dl" ]
187187
} else if (current_os == "win") {
188+
libs = [ "ws2_32.lib" ]
189+
188190
# Delay load shell32.dll if possible to speed up process startup.
189191
libs += [ "delayimp.lib" ]
190192
ldflags = [

0 commit comments

Comments
 (0)