Skip to content

Commit

Permalink
Fix musl build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Sep 26, 2024
1 parent 867770c commit 2ccdc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/musl_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ apk add gcc make cmake pkgconfig linux-headers git musl-dev patchelf

python3 -m pip install -U pip setuptools auditwheel

cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl .
cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl ./dist/

0 comments on commit 2ccdc08

Please sign in to comment.