Skip to content

Commit 64d7e64

Browse files
committed
rename config.toml, add aarch64 section
1 parent d51fa10 commit 64d7e64

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.cargo/config

-5
This file was deleted.

.cargo/config.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.x86_64-apple-darwin]
2+
rustflags = [
3+
"-C", "link-arg=-undefined",
4+
"-C", "link-arg=dynamic_lookup",
5+
]
6+
7+
[target.aarch64-apple-darwin]
8+
rustflags = [
9+
"-C", "link-arg=-undefined",
10+
"-C", "link-arg=dynamic_lookup",
11+
]

0 commit comments

Comments
 (0)