We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target.aarch64-apple-darwin
1 parent 458b067 commit 559f9e6Copy full SHA for 559f9e6
examples/module/.cargo/config
@@ -3,3 +3,9 @@ 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
+]
tests/module/.cargo/config
@@ -1,5 +1,8 @@
1
[target.x86_64-apple-darwin]
2
rustflags = ["-C", "link-args=-rdynamic"]
+rustflags = ["-C", "link-args=-rdynamic"]
[target.x86_64-unknown-linux-gnu]
0 commit comments