Move libtool to correct location on jenkins Mac

This commit is contained in:
Shoghi Cervantes 2014-01-31 23:36:26 +01:00
parent 0a10e76ff9
commit 80376d3a4d

View File

@ -44,9 +44,12 @@ then
curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null
cd libtool-2.4.2 cd libtool-2.4.2
./configure && make ./configure > /dev/null
make > /dev/null
mv libtool $COMPILEDIR/mac/libtool
cd ../ cd ../
export LIBTOOL=$(find "./libtool-2.4.2" -name libtool) rm -rf libtool-2.4.2
export LIBTOOL="$COMPILEDIR/mac/libtool"
$LIBTOOL --version $LIBTOOL --version
$SCRIPT mac curl $SCRIPT mac curl