mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
waflib: android: cleanup
This commit is contained in:
@@ -17,5 +17,6 @@ def build(bld):
|
||||
srcdir = 'src',
|
||||
compat = '1.6',
|
||||
name = 'xashdroid-src',
|
||||
debug = bld.env.D8_DEBUG)
|
||||
debug = bld.env.D8_DEBUG,
|
||||
target_api = 19)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user