mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +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':
|
||||
source += [
|
||||
'android/main.cpp'
|
||||
'android/main.cpp',
|
||||
'android/crashhandler.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
Reference in New Issue
Block a user