launcher(android): fix build problem

This commit is contained in:
nillerusr 2022-08-15 22:35:36 +03:00
parent 38fcc71c6e
commit c68b7af554

View File

@ -24,7 +24,8 @@ def build(bld):
if bld.env.DEST_OS == 'android': if bld.env.DEST_OS == 'android':
source += [ source += [
'android/main.cpp' 'android/main.cpp',
'android/crashhandler.cpp'
] ]
includes = [ includes = [