We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 663f37b + edefe72 commit 598918aCopy full SHA for 598918a
1 file changed
pythonforandroid/toolchain.py
@@ -159,8 +159,9 @@ def dist_from_args(ctx, args):
159
return Distribution.get_distribution(
160
ctx,
161
name=args.dist_name,
162
- ndk_api=args.ndk_api,
163
recipes=split_argument_list(args.requirements),
+ ndk_api=args.ndk_api,
164
+ force_build=args.force_build,
165
require_perfect_match=args.require_perfect_match,
166
allow_replace_dist=args.allow_replace_dist)
167
0 commit comments