mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 19:28:55 +00:00
Move libtoolize ¬¬
This commit is contained in:
parent
666418752f
commit
33bbbba806
@ -47,10 +47,11 @@ then
|
|||||||
./configure > /dev/null
|
./configure > /dev/null
|
||||||
make > /dev/null
|
make > /dev/null
|
||||||
mv libtool $COMPILEDIR/mac/libtool
|
mv libtool $COMPILEDIR/mac/libtool
|
||||||
|
mv libtoolize $COMPILEDIR/mac/libtoolize
|
||||||
cd ../
|
cd ../
|
||||||
rm -rf libtool-2.4.2
|
rm -rf libtool-2.4.2
|
||||||
alias libtool="$COMPILEDIR/mac/libtool"
|
export LIBTOOL="$COMPILEDIR/mac/libtool"
|
||||||
alias libtoolize="glibtoolize"
|
export LIBTOOLIZE="$COMPILEDIR/mac/libtoolize"
|
||||||
$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