mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
launcher: move android.cpp -> android/main.cpp
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ def build(bld):
|
||||
|
||||
if bld.env.DEST_OS == 'android':
|
||||
source += [
|
||||
'android.cpp'
|
||||
'android/main.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
Reference in New Issue
Block a user