Skip to content

Commit

Permalink
Merge branch 'main' into partition-execution-engine-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
matzemathics authored Nov 11, 2024
2 parents 40086c7 + 781e806 commit 595e784
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 217 deletions.
14 changes: 14 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are required on macOS, as the extension cannot be linked
# against libpython. See also
# https://pyo3.rs/v0.14.2/building_and_distribution.html#macos
[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

0 comments on commit 595e784

Please sign in to comment.