2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

android: wscript: enable android opt, set jni(commented out, as I can't test it now)

This commit is contained in:
Alibek Omarov 2019-08-28 01:17:39 +03:00
parent 84e158da79
commit 2fd2d749dc

View File

@ -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