Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed May 10, 2024
1 parent 78e4384 commit a5140bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qirlib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ fn compile_llvm() -> Result<(), Box<dyn Error>> {
println!("Setting CMAKE_OSX_ARCHITECTURES to: {}", arches);
config.define("CMAKE_OSX_ARCHITECTURES", arches);
} else {
println!("cargo:warning=ARCHFLAGS environment variable set, but no architectures found.");
println!(
"cargo:warning=ARCHFLAGS environment variable set, but no architectures found."
);
}
} else {
println!("ARCHFLAGS environment variable not set. Building for the host architecture.");
Expand Down

0 comments on commit a5140bc

Please sign in to comment.