Fix rustflags setup for PyO3
This commit is contained in:
parent
da5c38c730
commit
b0c7dab6e5
|
@ -1,4 +1,10 @@
|
|||
[build]
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-undefined",
|
||||
"-C", "link-arg=dynamic_lookup",
|
||||
]
|
||||
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-undefined",
|
||||
"-C", "link-arg=dynamic_lookup",
|
||||
|
|
Loading…
Reference in New Issue