We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fddb1c commit f4ea26fCopy full SHA for f4ea26f
.cargo/config.toml
@@ -1,6 +1,11 @@
1
#
2
# https://stackoverflow.com/questions/28124221/error-linking-with-cc-failed-exit-code-1
3
4
+[target.aarch64-apple-darwin]
5
+rustflags = [
6
+ "-C", "link-arg=-undefined",
7
+ "-C", "link-arg=dynamic_lookup",
8
+]
9
[target.x86_64-apple-darwin]
10
rustflags = [
11
"-C", "link-arg=-undefined",
0 commit comments