mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[ci] Specify -HV 2018 to dxc (#2447)
This avoids breaking the build with the latest release of dxc, which made HLSL the default.
This commit is contained in:
@@ -255,7 +255,14 @@ fn run(args: Args) -> anyhow::Result<()> {
|
||||
bin,
|
||||
file,
|
||||
config_item,
|
||||
&["-Wno-parentheses-equality", "-Zi", "-Qembed_debug", "-Od"],
|
||||
&[
|
||||
"-Wno-parentheses-equality",
|
||||
"-Zi",
|
||||
"-Qembed_debug",
|
||||
"-Od",
|
||||
"-HV",
|
||||
"2018",
|
||||
],
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user