mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-06-22 17:45:45 +01:00
fix: add macos dynamic lookup linker flags for pyo3
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user