We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aee64 commit b07aaf8Copy full SHA for b07aaf8
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -185,6 +185,8 @@ static_library("Support") {
185
if (current_os == "linux" || current_os == "android") {
186
libs += [ "dl" ]
187
} else if (current_os == "win") {
188
+ libs = [ "ws2_32.lib" ]
189
+
190
# Delay load shell32.dll if possible to speed up process startup.
191
libs += [ "delayimp.lib" ]
192
ldflags = [
0 commit comments