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 9059940 commit 0d13a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ line-length = 88
# Note that we also hard-code /project as the root, even though the
# CIBUILDWHEEL docs suggest we should be using {project} ???
# https://github.com/pypa/cibuildwheel/issues/1931
before-build = "chmod 755 /project/subprojects/tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c/lib/hyper/hyperd"
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}
"""
Expand Down

0 comments on commit 0d13a03

Please sign in to comment.