diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh
index eec1bbce15b774a63ac38af3e9134ec0e207653b..7f0795482545ccb40d83e997b078962c1cf70636 100755
--- a/scripts/build-wheels.sh
+++ b/scripts/build-wheels.sh
@@ -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