Removed unnecessary

This commit is contained in:
John Newby 2019-08-08 10:07:49 +02:00
parent 38c3c0e29e
commit d28ca09ed7

View File

@ -17,9 +17,3 @@ rustler = "0.20.0"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["cdylib"]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]