Skip to content

Commit

Permalink
[gn] port a5ffabc (unix sockets -> ws2_32.lib dep everywhere O_o)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Dec 14, 2023
1 parent c7aee64 commit b07aaf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ static_library("Support") {
if (current_os == "linux" || current_os == "android") {
libs += [ "dl" ]
} else if (current_os == "win") {
libs = [ "ws2_32.lib" ]

# Delay load shell32.dll if possible to speed up process startup.
libs += [ "delayimp.lib" ]
ldflags = [
Expand Down

0 comments on commit b07aaf8

Please sign in to comment.