chore: use flags

Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com>
This commit is contained in:
Ion Koutsouris
2025-02-13 13:03:33 +01:00
committed by R. Tyler Croy
parent a6c98379c1
commit 7f6c5ad7c9
+6
View File
@@ -1,4 +1,10 @@
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",