diff --git a/build-deps.sh b/build-deps.sh index 74b1cfa..20365ba 100644 --- a/build-deps.sh +++ b/build-deps.sh @@ -9,19 +9,8 @@ # check if deps are pulled git submodule update --init --recursive -# fix glibtoolize - cd $(dirname "$0") -if [ "$(uname)" = "Darwin" ]; then - libtoolBin=$(which glibtoolize) - libtoolBinDir=$(dirname "${libtoolBin}") - - if [ ! -f "${libtoolBinDir}/libtoolize" ]; then - ln -s $libtoolBin "${libtoolBinDir}/libtoolize" - fi -fi - # general deps: gcc make autoconf automake libtool cmake # test - cmocka