mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-21 19:04:15 +00:00
Compiler changes
This commit is contained in:
parent
7efed17b74
commit
3202678594
@ -146,7 +146,7 @@ cd ..
|
||||
rm -r -f ./zlib
|
||||
echo " done!"
|
||||
|
||||
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ]; then
|
||||
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then
|
||||
HAVE_CURL="shared,/usr/local"
|
||||
else
|
||||
#curl
|
||||
@ -244,7 +244,7 @@ $HAVE_LIBEDIT \
|
||||
--enable-cli \
|
||||
--without-pear \
|
||||
--without-iconv \
|
||||
--without-pdo \
|
||||
--disable-pdo \
|
||||
--without-pdo-sqlite \
|
||||
--with-zend-vm=$ZEND_VM \
|
||||
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||
|
@ -66,7 +66,7 @@ ini_set("memory_limit", "128M"); //Default
|
||||
define("LOG", true);
|
||||
define("START_TIME", microtime(true));
|
||||
define("MAJOR_VERSION", "Alpha_1.3.3");
|
||||
define("CURRENT_MINECRAFT_VERSION", "0.7.3 alpha");
|
||||
define("CURRENT_MINECRAFT_VERSION", "0.7.2 alpha");
|
||||
define("CURRENT_API_VERSION", 9);
|
||||
define("CURRENT_PHP_VERSION", "5.5");
|
||||
$gitsha1 = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user