mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Move libtoolize ¬¬
This commit is contained in:
parent
666418752f
commit
33bbbba806
@ -47,10 +47,11 @@ then
|
||||
./configure > /dev/null
|
||||
make > /dev/null
|
||||
mv libtool $COMPILEDIR/mac/libtool
|
||||
mv libtoolize $COMPILEDIR/mac/libtoolize
|
||||
cd ../
|
||||
rm -rf libtool-2.4.2
|
||||
alias libtool="$COMPILEDIR/mac/libtool"
|
||||
alias libtoolize="glibtoolize"
|
||||
export LIBTOOL="$COMPILEDIR/mac/libtool"
|
||||
export LIBTOOLIZE="$COMPILEDIR/mac/libtoolize"
|
||||
$SCRIPT mac curl
|
||||
|
||||
cp -r $COMPILEDIR/mac/{install.log,bin/*} $ARCHIVE/mac/
|
||||
|
Loading…
x
Reference in New Issue
Block a user