print args

This commit is contained in:
zeppi 2022-12-10 17:31:00 -05:00
parent 73d381d08f
commit eb5308fef0

View file

@ -962,6 +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)
make_package(args)
return args