mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 14:06:44 +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':
|
if bld.env.DEST_OS == 'android':
|
||||||
source += [
|
source += [
|
||||||
'android/main.cpp'
|
'android/main.cpp',
|
||||||
|
'android/crashhandler.cpp'
|
||||||
]
|
]
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
|
Loading…
Reference in New Issue
Block a user