mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 17:20:02 +00:00
Move libtool to correct location on jenkins Mac
This commit is contained in:
parent
0a10e76ff9
commit
80376d3a4d
@ -44,9 +44,12 @@ then
|
||||
|
||||
curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null
|
||||
cd libtool-2.4.2
|
||||
./configure && make
|
||||
./configure > /dev/null
|
||||
make > /dev/null
|
||||
mv libtool $COMPILEDIR/mac/libtool
|
||||
cd ../
|
||||
export LIBTOOL=$(find "./libtool-2.4.2" -name libtool)
|
||||
rm -rf libtool-2.4.2
|
||||
export LIBTOOL="$COMPILEDIR/mac/libtool"
|
||||
$LIBTOOL --version
|
||||
$SCRIPT mac curl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user