added fix for Mac build
This commit is contained in:
parent
a918dd3964
commit
1c68b6ab56
5
.cargo/config
Normal file
5
.cargo/config
Normal file
@ -0,0 +1,5 @@
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-undefined",
|
||||
"-C", "link-arg=dynamic_lookup",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user