]> granicus.if.org Git - llvm/commitdiff
gn build: try to make system-libs.windows.test pass
authorNico Weber <nicolasweber@gmx.de>
Mon, 7 Oct 2019 19:17:02 +0000 (19:17 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 7 Oct 2019 19:17:02 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373948 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn

index 00483433122152aea6550b6c8b0c1606fcf9522e..58334c8caf6373d9e742418192660ef71c168edd 100644 (file)
@@ -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") {