print args actually

This commit is contained in:
zeppi 2022-12-10 17:59:32 -05:00
parent eb5308fef0
commit 1e326d5d09
2 changed files with 1 additions and 1 deletions

View file

@ -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