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 20, 2020
1 parent 4a62bec commit bce0c81
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 bce0c81

Please sign in to comment.