try without --use-llvm flag

This commit is contained in:
zeppi 2022-12-05 10:36:30 -05:00
parent f3cde00406
commit 6317070f19

View file

@ -55,7 +55,6 @@ class BoostRecipe(Recipe):
'--arch=' + env['ARCH'],
'--platform=android-' + str(self.ctx.android_api),
'--toolchain=' + env['CROSSHOST'] + '-' + self.ctx.toolchain_version + ':-llvm',
'--use-llvm',
'--stl=libc++',
'--install-dir=' + env['CROSSHOME']
)