Skip to content

Commit

Permalink
Fix build for MacOS Big Sur ARM builds (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Nov 28, 2022
1 parent b15f917 commit bbecd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librubyfmt/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fn main() -> Output {
.file("src/rubyfmt.c")
.object(ruby_checkout_path.join(&ripper))
.include(ruby_checkout_path.join("include"))
.include(ruby_checkout_path.join(".ext/include/arm64-darwin20"))
.include(ruby_checkout_path.join(".ext/include/arm64-darwin21"))
.include(ruby_checkout_path.join(".ext/include/arm64-darwin22"))
.include(ruby_checkout_path.join(".ext/include/x86_64-darwin21"))
Expand Down

0 comments on commit bbecd3c

Please sign in to comment.