diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-02 03:36:01 -0800 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-02 03:36:01 -0800 |
commit | 930f26d1ed796c580526e71a7fd866744ad8c5fb (patch) | |
tree | 19bc80b7c449e1d71d964bd027a55616b0761c86 /scripts/get-libuv.sh | |
parent | 8253e29971c54310434ee93d987a99994769d717 (diff) | |
parent | 63b571dfba53d1dc526e841d7ce99205cabff465 (diff) | |
download | rneovim-930f26d1ed796c580526e71a7fd866744ad8c5fb.tar.gz rneovim-930f26d1ed796c580526e71a7fd866744ad8c5fb.tar.bz2 rneovim-930f26d1ed796c580526e71a7fd866744ad8c5fb.zip |
Merge pull request #2 from ashleyh/master
Remove uneeded 'rt' library
Diffstat (limited to 'scripts/get-libuv.sh')
-rw-r--r-- | scripts/get-libuv.sh | 2 |
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 |