Skip to content

Commit

Permalink
#43 #45 manylinux: more pybin pattern filtering (audithweel) (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Dec 4, 2020
1 parent eeca6e1 commit 4a659b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manylinux/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ done

find /opt/python -name auditwheel
# Bundle external shared libraries into the wheels
for whl in wheelhouse/*gmic*$PYBIN_PREFIX*$PLAT*.whl; do
for whl in wheelhouse/*gmic*$PYBIN_PREFIX*-linux*.whl; do
which auditwheel
auditwheel repair "$whl" --plat $PLAT -w /io/wheelhouse/ || { echo "Fatal auditwheel repair error" ; exit 1; }
done
Expand Down

0 comments on commit 4a659b1

Please sign in to comment.