android: wscript: enable android opt, set jni(commented out, as I can't test it now)
This commit is contained in:
parent
84e158da79
commit
2fd2d749dc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue