mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
launcher: move android.cpp -> android/main.cpp
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,7 +31,6 @@ game/client/*/client.lib
|
||||
game/server/*/server.lib
|
||||
.DS_Store
|
||||
build*/
|
||||
android/
|
||||
.cache/
|
||||
.ccache/
|
||||
waf3*/
|
||||
|
||||
@@ -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