Skip to content

Commit

Permalink
Fix spirv compile
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Nov 23, 2020
1 parent 77e6803 commit 82889e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/spirv-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ impl SpirvBuilder {

let mut args = vec![
"build".into(),
format!("--features={}", self.codegen_options.spirv_tools),
"--no-default-features".into(),
dbg!(format!("--features={}", self.codegen_options.spirv_tools)),
];

if self.codegen_options.release {
Expand Down

0 comments on commit 82889e7

Please sign in to comment.