From 2fd2d749dcb3464dfb4047c6e6a2e2df45667ba6 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 28 Aug 2019 01:17:39 +0300 Subject: [PATCH] android: wscript: enable android opt, set jni(commented out, as I can't test it now) --- android/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/wscript b/android/wscript index 81b2a544..833476b3 100644 --- a/android/wscript +++ b/android/wscript @@ -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