From: Nico Weber Date: Mon, 7 Oct 2019 19:17:02 +0000 (+0000) Subject: gn build: try to make system-libs.windows.test pass X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f2f1808e42c842a352a1b3f8a5386b1b802a35a;p=llvm gn build: try to make system-libs.windows.test pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373948 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn b/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn index 00483433122..58334c8caf6 100644 --- a/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn +++ b/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn @@ -40,7 +40,7 @@ write_cmake_config("BuildVariables.inc") { # lib/Support/Windows/Path.inc. # advapi32 required for CryptAcquireContextW in # lib/Support/Windows/Path.inc - system_libs = "psapi.lib shell32.lib ole32.lib uuid.lib advapi32" + system_libs = "psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib" } else { system_libs += "-lm" if (host_os == "linux") {