mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Added prefix to libtool compilation
This commit is contained in:
parent
33bbbba806
commit
e69da264dc
@ -44,14 +44,13 @@ 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 > /dev/null
|
./configure --prefix="$COMPILEDIR/mac/libtool" > /dev/null
|
||||||
make > /dev/null
|
make > /dev/null
|
||||||
mv libtool $COMPILEDIR/mac/libtool
|
make install > /dev/null
|
||||||
mv libtoolize $COMPILEDIR/mac/libtoolize
|
cd ../
|
||||||
cd ../
|
|
||||||
rm -rf libtool-2.4.2
|
rm -rf libtool-2.4.2
|
||||||
export LIBTOOL="$COMPILEDIR/mac/libtool"
|
export LIBTOOL="$COMPILEDIR/mac/libtool/libtool"
|
||||||
export LIBTOOLIZE="$COMPILEDIR/mac/libtoolize"
|
export LIBTOOLIZE="$COMPILEDIR/mac/libtool/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