Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Dec 19, 2023
1 parent 87fa555 commit e135c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn main() {
};
eprintln!("building with NIXVER={version}");
builder.define("NIXVER", version.to_string().as_str());
let compiler = builder.get_compiler();
let compiler = dbg!(builder.get_compiler());
let compile_args = compiler.args();
if dbg!(compile_args).contains(&OsString::from("c++")) {
// required for exception handlind with libc++
Expand Down

0 comments on commit e135c32

Please sign in to comment.