diff --git a/.cargo/config b/.cargo/config index 15d5d329..4db0b259 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,4 @@ -[target.x86_64-apple-darwin] +[target.'cfg(target_os = "macos")'] rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup",