From 38ef98c26f505ae3f89498e52acfee19cf1018cc Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Fri, 22 Jul 2016 14:26:48 +0200 Subject: [PATCH] use default system host toolchain makes the recipe compatible with ndk 12b --- pythonforandroid/recipes/boost/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/boost/__init__.py b/pythonforandroid/recipes/boost/__init__.py index 671a1f247b..0505d6d640 100644 --- a/pythonforandroid/recipes/boost/__init__.py +++ b/pythonforandroid/recipes/boost/__init__.py @@ -27,8 +27,7 @@ def prebuild_arch(self, arch): '--arch=' + env['ARCH'], '--platform=android-' + str(self.ctx.android_api), '--toolchain=' + env['CROSSHOST'] + '-' + env['TOOLCHAIN_VERSION'], - '--install-dir=' + env['CROSSHOME'], - '--system=' + 'linux-x86_64' + '--install-dir=' + env['CROSSHOME'] ) # Set custom configuration shutil.copyfile(join(self.get_recipe_dir(), 'user-config.jam'),