Skip to content

Commit edefe72

Browse files
ZingBallyhooAndreMiras
authored andcommitted
android_new: fix force_build option
1 parent 0dc5e83 commit edefe72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ def dist_from_args(ctx, args):
159159
return Distribution.get_distribution(
160160
ctx,
161161
name=args.dist_name,
162-
ndk_api=args.ndk_api,
163162
recipes=split_argument_list(args.requirements),
163+
ndk_api=args.ndk_api,
164+
force_build=args.force_build,
164165
require_perfect_match=args.require_perfect_match,
165166
allow_replace_dist=args.allow_replace_dist)
166167

0 commit comments

Comments
 (0)