mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 04:13:44 +00:00
Fixed compile script *again*
This commit is contained in:
parent
66e635daeb
commit
732f5f5168
@ -245,7 +245,7 @@ $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||
echo -n " compiling..."
|
||||
if [ "$1" == "android" ]; then
|
||||
sed -i 's/-export-dynamic/-all-static/g' Makefile
|
||||
elif [ "$1" == "crosscompile" ] && [ "$1" == "android" ]; then
|
||||
elif [ "$1" == "crosscompile" ] && [ "$2" == "android" ]; then
|
||||
sed -i 's/-export-dynamic/-all-static/g' Makefile
|
||||
fi
|
||||
make -j $THREADS >> "$DIR/install.log" 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user