libndk: fix libndk parameter
This commit is contained in:
parent
910291ceb9
commit
cb206cc8c0
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -66,7 +66,7 @@ def install_app(args):
|
|||
if "libndk" in app and "houdini" not in app:
|
||||
arch = helper.host()[0]
|
||||
if arch == "x86_64":
|
||||
install_list.append(Ndk())
|
||||
install_list.append(Ndk(args.android_version))
|
||||
else:
|
||||
Logger.warn("libndk is not supported on your CPU")
|
||||
if "libhoudini" in app and "ndk" not in app:
|
||||
|
|
|
|||
Loading…
Reference in a new issue