mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
More changes ;). Start.sh now supports the new compile path
This commit is contained in:
@@ -234,8 +234,8 @@ if [ "$1" == "crosscompile" ]; then
|
||||
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-opcache=no"
|
||||
|
||||
fi
|
||||
./configure $OPTIMIZATION--prefix="$DIR/php5" \
|
||||
--exec-prefix="$DIR/php5" \
|
||||
./configure $OPTIMIZATION--prefix="$DIR/bin/php" \
|
||||
--exec-prefix="$DIR/bin/php" \
|
||||
--with-curl="$HAVE_CURL" \
|
||||
--with-zlib="$DIR/install_data/php/ext/zlib" \
|
||||
--with-zlib-dir="$DIR/install_data/php/ext/zlib" \
|
||||
|
Reference in New Issue
Block a user