launcher(android): fix build problem
This commit is contained in:
parent
2c5764e127
commit
8257f642b6
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ def build(bld):
|
|||
|
||||
if bld.env.DEST_OS == 'android':
|
||||
source += [
|
||||
'android/main.cpp'
|
||||
'android/main.cpp',
|
||||
'android/crashhandler.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
|
Loading…
Reference in a new issue