Fix musl build script

This commit is contained in:
mio
2024-09-26 18:47:20 +08:00
parent 867770c7ef
commit 2ccdc08237

View File

@@ -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/