Fixed build issue on MacOS
This commit is contained in:
parent
1c68b6ab56
commit
38c3c0e29e
@ -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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user