Browse Source

launcher(android): fix build problem

pull/112/head
nillerusr 2 years ago
parent
commit
c68b7af554
  1. 3
      launcher/wscript

3
launcher/wscript

@ -24,7 +24,8 @@ def build(bld): @@ -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…
Cancel
Save