From 2271aede1fcbe34c90516ea34246e5b0b3f2f81b Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 6 Dec 2022 12:49:03 -0500 Subject: [PATCH] debug --- recipes/boost/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/boost/__init__.py b/recipes/boost/__init__.py index d95efad..a7a1071 100644 --- a/recipes/boost/__init__.py +++ b/recipes/boost/__init__.py @@ -52,8 +52,8 @@ class BoostRecipe(Recipe): if not exists(env['CROSSHOME']): # Make custom toolchain bash = sh.Command('bash') - shprint(bash, join('crosshost', env['CROSSHOST'])) - shprint(bash, join('crosshome', env['CROSSHOME'])) + shprint(bash, join('echo crosshost', env['CROSSHOST'])) + shprint(bash, join('echo crosshome', env['CROSSHOME'])) shprint(bash, join(self.ctx.ndk_dir, 'build/tools/make-standalone-toolchain.sh'), '--arch=' + arch.arch, '--platform=android-' + str(self.ctx.android_api),