mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
build: remove making symbolic link for libtoolize
This commit is contained in:
@@ -9,19 +9,8 @@
|
|||||||
# check if deps are pulled
|
# check if deps are pulled
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# fix glibtoolize
|
|
||||||
|
|
||||||
cd $(dirname "$0")
|
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
|
# general deps: gcc make autoconf automake libtool cmake
|
||||||
|
|
||||||
# test - cmocka
|
# test - cmocka
|
||||||
|
|||||||
Reference in New Issue
Block a user