gn build: make windows build less broken

llvm-svn: 373858
This commit is contained in:
Nico Weber 2019-10-06 18:11:53 +00:00
parent dcb75bf843
commit 598e7a3a68
1 changed files with 3 additions and 0 deletions

View File

@ -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