mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
launcher(android): fix build problem
This commit is contained in:
parent
38fcc71c6e
commit
c68b7af554
@ -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 New Issue
Block a user