Fix Android build on 32 bit
authorest31 <MTest31@outlook.com>
Sun, 22 Mar 2015 23:46:55 +0000 (00:46 +0100)
committerCraig Robbins <kde.psych@gmail.com>
Mon, 23 Mar 2015 04:11:39 +0000 (14:11 +1000)
commit15d9cd3a6f318a433e3a3b87068b0660e1b2dedc
tree884a9b56903dd721ec828a2342c7a54d7672acee
parentc31c87adb5bacf26782362ea941bc137a6e6dec7
Fix Android build on 32 bit

Remove the --system=linux-x86_64 which isn't neccessary on 64 bit,
as, when given no --system parameter, the standalone-toolchain.sh script
figures out the platform on itself. Naturally, the hardcoded setting broke
android building on 32 bit systems.
build/android/Makefile