Skip to content

Commit

Permalink
remove build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Dec 28, 2023
1 parent 41adfa5 commit a71588d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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",
]
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "cryo_python"
build = "build.rs"
description = "cryo python is a python library built on top of the rust cryo library"
version.workspace = true
edition.workspace = true
Expand All @@ -23,6 +22,3 @@ pyo3 = { workspace = true }
pyo3-asyncio = { workspace = true }
pyo3-polars = { workspace = true }
tokio = { workspace = true }

[build-dependencies]
pyo3-build-config = { workspace = true }
3 changes: 0 additions & 3 deletions crates/python/build.rs

This file was deleted.

0 comments on commit a71588d

Please sign in to comment.