From 99e4053afbd69a31f7287e48ab4c27ed9a591d55 Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:03:33 +0100 Subject: [PATCH] chore: use flags Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> --- .cargo/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 58103f6e0a..59c989e695 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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",