Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64d7e64

Browse files
committedJul 1, 2024·
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

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.cargo/config.toml

Lines changed: 11 additions & 0 deletions
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)
Please sign in to comment.