diff options
Diffstat (limited to 'script/install-deps-osx.sh')
-rwxr-xr-x | script/install-deps-osx.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh deleted file mode 100755 index 8b88f8471..000000000 --- a/script/install-deps-osx.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -x - -brew update -brew install zlib -brew install curl -brew install openssl -brew install libssh2 - -ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib |