8000 Ported python3 fix for --minsdk with pygame · angshu-min-js/python-for-android@1cad357 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cad357

Browse files
committed
Ported python3 fix for --minsdk with pygame
1 parent e84be54 commit 1cad357

File tree

1 file changed

+1
-0
lines changed
  • pythonforandroid/bootstraps/pygame/build

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/pygame/build/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ def parse_args(args=None):
445445
ap.add_argument('--sdk', dest='sdk_version', default=android_api,
446446
help='Android SDK version to use. Default to 8')
447447
ap.add_argument('--minsdk', dest='min_sdk_version', default=android_api,
448+
type=int,
448449
help='Minimum Android SDK version to use. Default to 8')
449450
ap.add_argument('--window', dest='window', action='store_true',
450451
help='Indicate if the application will be windowed')

0 commit comments

Comments
 (0)
0