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):
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 = [

Loading…
Cancel
Save