Skip to content

Commit 6405917

Browse files
committed
This ain't Darwin
1 parent 9ecf23f commit 6405917

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/lib64/*.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)