mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
android: wscript: enable android opt, set jni(commented out, as I can't test it now)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
def options(opt):
|
||||
# opt.load('java')
|
||||
opt.load('android')
|
||||
return
|
||||
|
||||
def configure(conf):
|
||||
@@ -17,6 +18,7 @@ def build(bld):
|
||||
srcdir = 'src',
|
||||
compat = '1.6',
|
||||
name = 'xashdroid-src',
|
||||
# jni = 'lib',
|
||||
debug = bld.env.D8_DEBUG,
|
||||
target_api = 19)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user