mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Added -mx32 flag
This commit is contained in:
@@ -21,7 +21,7 @@ type libtool >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"
|
|||||||
type m4 >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"m4\""; read -p "Press [Enter] to continue..."; exit 1; }
|
type m4 >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"m4\""; read -p "Press [Enter] to continue..."; exit 1; }
|
||||||
type wget >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"wget\""; read -p "Press [Enter] to continue..."; exit 1; }
|
type wget >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"wget\""; read -p "Press [Enter] to continue..."; exit 1; }
|
||||||
|
|
||||||
export CC="gcc"
|
export CC="gcc -mx32"
|
||||||
COMPILE_FOR_ANDROID=no
|
COMPILE_FOR_ANDROID=no
|
||||||
RANLIB=ranlib
|
RANLIB=ranlib
|
||||||
if [ "$1" == "rpi" ]; then
|
if [ "$1" == "rpi" ]; then
|
||||||
|
Reference in New Issue
Block a user