Skip to content

Commit

Permalink
Merge pull request rusterlium#13 from JayKickliter/patch-1
Browse files Browse the repository at this point in the history
Set macOS rustflags on both x86 and ARM
  • Loading branch information
sunny-g authored May 17, 2021
2 parents 283e41b + 7216d17 commit dcf1e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[target.x86_64-apple-darwin]
[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
Expand Down

0 comments on commit dcf1e66

Please sign in to comment.