Skip to content

Commit

Permalink
Fix file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Sep 24, 2024
1 parent f6eb241 commit 5510fd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ line-length = 88
# CIBUILDWHEEL docs suggest we should be using {project} ???
# https://github.com/pypa/cibuildwheel/issues/1931
repair-wheel-command = """
LD_LIBRARY_PATH=/project/subprojects/tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c/lib:$LD_LIBRARY_PATH auditwheel repair -w {dest_dir} {wheel}
export HYPER_PATH=/project/subprojects/tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c && \
chmod 755 $HYPER_PATH/lib/hyper/hyperd && \
LD_LIBRARY_PATH=$HYPER_PATH/lib:$LD_LIBRARY_PATH auditwheel repair -w {dest_dir} {wheel}
"""

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 5510fd1

Please sign in to comment.