mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
launcher(android): fix build problem
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user