mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Added libtool compilation on Mac for install.sh
This commit is contained in:
parent
951e9efb5e
commit
ab845c5dab
@ -42,6 +42,13 @@ then
|
|||||||
mkdir -p {$COMPILEDIR,$ARCHIVE}/mac
|
mkdir -p {$COMPILEDIR,$ARCHIVE}/mac
|
||||||
cd $COMPILEDIR/mac
|
cd $COMPILEDIR/mac
|
||||||
|
|
||||||
|
if
|
||||||
|
curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null
|
||||||
|
cd libtool-2.4.2
|
||||||
|
./configure && make
|
||||||
|
cd ../
|
||||||
|
LIBTOOL=$(find "./libtool-2.4.2" -name libtool)
|
||||||
|
$LIBTOOL --version
|
||||||
$SCRIPT mac curl
|
$SCRIPT mac curl
|
||||||
|
|
||||||
cp -r $COMPILEDIR/mac/{install.log,bin/*} $ARCHIVE/mac/
|
cp -r $COMPILEDIR/mac/{install.log,bin/*} $ARCHIVE/mac/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user