Skip to content

Commit 652d088

Browse files
authored
Merge pull request #726 from EricFecteau/main
Update Polars on Arrow2 and implement Polars on Arrow-rs
2 parents e9d2dda + 8c74c8f commit 652d088

File tree

22 files changed

+4704
-1928
lines changed

22 files changed

+4704
-1928
lines changed

.cargo/config

Lines changed: 0 additions & 11 deletions
This file was deleted.

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.toml

.cargo/config.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.x86_64-apple-darwin]
2+
rustflags = [
3+
"-C", "link-arg=-undefined",
4+
"-C", "link-arg=dynamic_lookup",
5+
]
6+
7+
[target.aarch64-apple-darwin]
8+
rustflags = [
9+
"-C", "link-arg=-undefined",
10+
"-C", "link-arg=dynamic_lookup",
11+
]

0 commit comments

Comments
 (0)