Skip to content

Commit

Permalink
build: remove making symbolic link for libtoolize
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Apr 20, 2018
1 parent a6a3799 commit 3c7a729
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build-deps.sh
Expand Up @@ -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
Expand Down

0 comments on commit 3c7a729

Please sign in to comment.