Skip to content

Commit

Permalink
libndk: fix libndk parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ayasa520 committed May 25, 2023
1 parent 00281cc commit 2b5be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b5be95

Please sign in to comment.