Skip to content

Commit

Permalink
Add pyo3-build-config for macos building (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored Jun 21, 2024
1 parent e044089 commit e649fec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions wren-modeling-py/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions wren-modeling-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ wren-core = { path = "../wren-modeling-rs/core" }
base64 = "0.22.1"
serde_json = "1.0.117"
thiserror = "1.0"

[build-dependencies]
pyo3-build-config = "0.21.2"
3 changes: 3 additions & 0 deletions wren-modeling-py/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
pyo3_build_config::add_extension_module_link_args();
}

0 comments on commit e649fec

Please sign in to comment.