print args actually
This commit is contained in:
parent
eb5308fef0
commit
1e326d5d09
2 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ tools directory of the Android SDK.
|
|||
'--launcher (SDL2 bootstrap only)' +
|
||||
'to have something to launch inside the .apk!')
|
||||
sys.exit(1)
|
||||
print('ARGS ARGS ARGS', args)
|
||||
print('ARGS ARGS ARGS', args)
|
||||
make_package(args)
|
||||
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue