From: Nico Weber Date: Sun, 6 Oct 2019 18:11:53 +0000 (+0000) Subject: gn build: make windows build less broken X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0883a15636031b1e08c94c1bb24f3db9f08ee6c;p=llvm gn build: make windows build less broken git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373858 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/build/toolchain/BUILD.gn b/utils/gn/build/toolchain/BUILD.gn index 70e259e116f..c36579f28e4 100644 --- a/utils/gn/build/toolchain/BUILD.gn +++ b/utils/gn/build/toolchain/BUILD.gn @@ -265,6 +265,7 @@ toolchain("win") { dllfile, libfile, ] + lib_switch = "" default_output_extension = ".dll" restat = true @@ -287,6 +288,7 @@ toolchain("win") { outputs = [ dllfile, ] + lib_switch = "" runtime_outputs = outputs default_output_extension = ".dll" @@ -302,6 +304,7 @@ toolchain("win") { outputs = [ outfile, ] + lib_switch = "" default_output_extension = ".exe" # Setting this allows targets to override the default executable output by