forked from OSchip/llvm-project
gn build: make windows build less broken
llvm-svn: 373858
This commit is contained in:
parent
dcb75bf843
commit
598e7a3a68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue