mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
launcher(android): fix build problem
This commit is contained in:
+2
-1
@@ -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