debug
This commit is contained in:
parent
ed8ecd505f
commit
2271aede1f
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue