Skip to content

Commit

Permalink
gn build: try to make system-libs.windows.test pass
Browse files Browse the repository at this point in the history
llvm-svn: 373948
  • Loading branch information
nico committed Oct 7, 2019
1 parent 538b73b commit 0d19662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn
Expand Up @@ -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") {
Expand Down

0 comments on commit 0d19662

Please sign in to comment.