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
|
||||
cd libtool-2.4.2
|
||||
./configure > /dev/null
|
||||
./configure --prefix="$COMPILEDIR/mac/libtool" > /dev/null
|
||||
make > /dev/null
|
||||
mv libtool $COMPILEDIR/mac/libtool
|
||||
mv libtoolize $COMPILEDIR/mac/libtoolize
|
||||
make install > /dev/null
|
||||
cd ../
|
||||
rm -rf libtool-2.4.2
|
||||
export LIBTOOL="$COMPILEDIR/mac/libtool"
|
||||
export LIBTOOLIZE="$COMPILEDIR/mac/libtoolize"
|
||||
export LIBTOOL="$COMPILEDIR/mac/libtool/libtool"
|
||||
export LIBTOOLIZE="$COMPILEDIR/mac/libtool/libtoolize"
|
||||
$SCRIPT mac curl
|
||||
|
||||
cp -r $COMPILEDIR/mac/{install.log,bin/*} $ARCHIVE/mac/
|
||||
|
Loading…
x
Reference in New Issue
Block a user