Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 7216d17

Browse files
authored
Set macOS rustflags on both x86 and ARM
Now that "apple silicon" is a thing, we need to conditionally set the rust flags for any hardware running macOS.
1 parent 283e41b commit 7216d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[target.x86_64-apple-darwin]
1+
[target.'cfg(target_os = "macos")']
22
rustflags = [
33
"-C", "link-arg=-undefined",
44
"-C", "link-arg=dynamic_lookup",

0 commit comments

Comments
 (0)