Skip to content

Commit 38ef98c

Browse files
committed
use default system host toolchain
makes the recipe compatible with ndk 12b
1 parent cf705e8 commit 38ef98c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/boost/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def prebuild_arch(self, arch):
2727
'--arch=' + env['ARCH'],
2828
'--platform=android-' + str(self.ctx.android_api),
2929
'--toolchain=' + env['CROSSHOST'] + '-' + env['TOOLCHAIN_VERSION'],
30-
'--install-dir=' + env['CROSSHOME'],
31-
'--system=' + 'linux-x86_64'
30+
'--install-dir=' + env['CROSSHOME']
3231
)
3332
# Set custom configuration
3433
shutil.copyfile(join(self.get_recipe_dir(), 'user-config.jam'),

0 commit comments

Comments
 (0)