1 2 3 4 5 6 7 8 9 10 11
[target.x86_64-apple-darwin] rustflags = [ "-Clink-arg=-undefined", "-Clink-arg=dynamic_lookup", ] [target.aarch64-apple-darwin] rustflags = [ "-Clink-arg=-undefined", "-Clink-arg=dynamic_lookup", ]