mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-20 10:00:31 +00:00
why is this so hard!
This commit is contained in:
parent
1ac14dba29
commit
96d579e90f
@ -65,7 +65,7 @@ elif [ "$1" == "crosscompile" ]; then
|
||||
TOOLCHAIN_PREFIX="arm-unknown-linux-uclibcgnueabi"
|
||||
export CC="$TOOLCHAIN_PREFIX-gcc"
|
||||
CONFIGURE_FLAGS="--host=$TOOLCHAIN_PREFIX --enable-static-link --disable-ipv6"
|
||||
CFLAGS="-mfpu=vfp -mfloat-abi=hard -uclibc --static $CFLAGS";
|
||||
CFLAGS="-uclibc --static $CFLAGS";
|
||||
LDFLAGS="--static"
|
||||
echo "[INFO] Cross-compiling for Android ARMv6"
|
||||
elif [ "$2" == "android-armv7" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user