mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
gn build: make windows build less broken
llvm-svn: 373858
This commit is contained in:
parent
a6f46eec3d
commit
30047b25c3
@ -265,6 +265,7 @@ toolchain("win") {
|
|||||||
dllfile,
|
dllfile,
|
||||||
libfile,
|
libfile,
|
||||||
]
|
]
|
||||||
|
lib_switch = ""
|
||||||
default_output_extension = ".dll"
|
default_output_extension = ".dll"
|
||||||
restat = true
|
restat = true
|
||||||
|
|
||||||
@ -287,6 +288,7 @@ toolchain("win") {
|
|||||||
outputs = [
|
outputs = [
|
||||||
dllfile,
|
dllfile,
|
||||||
]
|
]
|
||||||
|
lib_switch = ""
|
||||||
runtime_outputs = outputs
|
runtime_outputs = outputs
|
||||||
default_output_extension = ".dll"
|
default_output_extension = ".dll"
|
||||||
|
|
||||||
@ -302,6 +304,7 @@ toolchain("win") {
|
|||||||
outputs = [
|
outputs = [
|
||||||
outfile,
|
outfile,
|
||||||
]
|
]
|
||||||
|
lib_switch = ""
|
||||||
default_output_extension = ".exe"
|
default_output_extension = ".exe"
|
||||||
|
|
||||||
# Setting this allows targets to override the default executable output by
|
# Setting this allows targets to override the default executable output by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user