Fixed build issue on MacOS

This commit is contained in:
John Newby 2019-08-08 10:06:05 +02:00
parent 1c68b6ab56
commit 38c3c0e29e

View File

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