aboutsummaryrefslogtreecommitdiff
path: root/scripts/get-libuv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-libuv.sh')
-rw-r--r--scripts/get-libuv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-libuv.sh b/scripts/get-libuv.sh
index e7001ef3a0..9f3eceb218 100644
--- a/scripts/get-libuv.sh
+++ b/scripts/get-libuv.sh
@@ -13,4 +13,4 @@ sh autogen.sh
./configure --prefix="$prefix"
make
make install
-rm "$prefix/lib/"libuv*.so "$prefix/lib/"libuv*.so.*
+rm "$prefix/lib/"libuv*.{so,dylib} "$prefix/lib/"libuv*.{so,dylib}.* || true