mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
makepanda: Make error about Android architecture suggest solution
This commit is contained in:
parent
3468b95fa9
commit
f54747c213
@ -434,7 +434,7 @@ def SetTarget(target, arch=None):
|
||||
ANDROID_ABI = 'x86_64'
|
||||
ANDROID_TRIPLE = 'x86_64-linux-android'
|
||||
else:
|
||||
exit('Android architecture must be arm, armv7a, aarch64, mips, mips64, x86 or x86_64')
|
||||
exit('Android architecture must be arm, armv7a, aarch64, mips, mips64, x86 or x86_64, use --arch to specify')
|
||||
|
||||
TOOLCHAIN_PREFIX = ANDROID_TRIPLE + '-'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user