Skip to content
Snippets Groups Projects
Commit 0ee44905 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

pass through --lib-sidr to go back to old auditwheel behaviour

parent c633f517
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ done
# Bundle external shared libraries into the wheels
for whl in wheelhouse/pyopencl*.whl; do
auditwheel repair "$whl" -w /io/wheelhouse/
auditwheel repair "$whl" -w /io/wheelhouse/ --lib-sdir=/.libs
done
# Bundle license files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment