remove toolchain flag
This commit is contained in:
parent
6317070f19
commit
f511189275
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class BoostRecipe(Recipe):
|
|||
shprint(bash, join(self.ctx.ndk_dir, 'build/tools/make-standalone-toolchain.sh'),
|
||||
'--arch=' + env['ARCH'],
|
||||
'--platform=android-' + str(self.ctx.android_api),
|
||||
'--toolchain=' + env['CROSSHOST'] + '-' + self.ctx.toolchain_version + ':-llvm',
|
||||
'--stl=libc++',
|
||||
'--install-dir=' + env['CROSSHOME']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue