Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Feb 26, 2024
1 parent e0c32f2 commit b4b945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ repair-wheel-command =[
#archs = ["x86_64", "universal2", "arm64"]
archs = ["x86_64"]
environment = { CC="gcc-12", CXX="g++-12" }
repair-wheel-command = "delocate-wheel -vv --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude libarrow --exclude libarrow_python"
repair-wheel-command = "delocate-wheel -vv --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude @rpath/libarrow_python.dylib --exclude @rpath/libarrow.1500.dylib"

0 comments on commit b4b945c

Please sign in to comment.