Skip to content

Commit cad0579

Browse files
committed
Maybe MacOS fix
1 parent 24de8f7 commit cad0579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@ repair-wheel-command =[
100100
#archs = ["x86_64", "universal2", "arm64"]
101101
archs = ["x86_64"]
102102
environment = { CC="gcc-12", CXX="g++-12" }
103+
before-build = [
104+
"pip install pyarrow",
105+
"python -c 'import pyarrow; pyarrow.create_library_symlinks()'"
106+
]
103107
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

0 commit comments

Comments
 (0)