Skip to content

Commit

Permalink
Always build as -arch x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 17, 2023
1 parent 258dfc1 commit 9375fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/mod.rs
Expand Up @@ -159,6 +159,7 @@ impl Compiler {
#[cfg(target_os = "macos")]
let output = Command::new("cc")
.args([
"-arch", "x86_64",
"-o",
&target.to_string(),
&format!("{}.o", target.to_string()),
Expand Down

0 comments on commit 9375fa8

Please sign in to comment.