From 2ccdc0823775d836a87dc91f76ff9f55e6c8253e Mon Sep 17 00:00:00 2001 From: mio Date: Thu, 26 Sep 2024 18:47:20 +0800 Subject: [PATCH] Fix musl build script --- bindings/python/musl_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/musl_wheel.sh b/bindings/python/musl_wheel.sh index efc6d853..5bc5ff3a 100644 --- a/bindings/python/musl_wheel.sh +++ b/bindings/python/musl_wheel.sh @@ -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 . \ No newline at end of file +cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl ./dist/ \ No newline at end of file