Skip to content

Commit 9ecf23f

Browse files
committed
Spray less junk
1 parent e0f6fc3 commit 9ecf23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
191191
cp -r $LIBSSH2_PREFIX/lib/*.dylib /usr/local/lib
192192
cp -r $FILENAME/*.dylib /usr/local/lib
193193
else
194-
cp -r $PREFIX/lib*/*.so /usr/local/lib
194+
cp -r $PREFIX/lib64/*.so /usr/local/lib
195195
fi
196196
# we're done building dependencies, cibuildwheel action will take over
197197
exit 0

0 commit comments

Comments
 (0)