mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
makepanda: fix error when building on Android without specifying --target
This commit is contained in:
parent
791be4766a
commit
4f4b79295f
@ -2479,6 +2479,8 @@ def SdkLocateAndroid():
|
||||
return
|
||||
|
||||
# Allow ANDROID_API/ANDROID_ABI to be used in makepanda.py.
|
||||
if ANDROID_API is None:
|
||||
SetTarget('android')
|
||||
api = ANDROID_API
|
||||
SDK["ANDROID_API"] = api
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user