mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Initial android support
This commit is contained in:
@@ -15,6 +15,8 @@ def configure(conf):
|
||||
return
|
||||
|
||||
def build(bld):
|
||||
if bld.env.DEST_OS == 'android':
|
||||
return
|
||||
|
||||
source = ['main.cpp']
|
||||
includes = ['../public']
|
||||
|
||||
Reference in New Issue
Block a user