Tweak rust linker flags

This commit is contained in:
Udo Kramer 2021-10-09 01:16:39 +02:00 committed by Amogh Milind Lele
parent 33272ee23d
commit b1d4455cb8

View File

@ -1,4 +1,4 @@
[target.x86_64-apple-darwin]
[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",