10000 Merge pull request #851 from brussee/fix-boost-recipe · HelyLi/python-for-android@1f19d72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f19d72

Browse files
authored
Merge pull request kivy#851 from brussee/fix-boost-recipe
Boost recipe NDK12b compatibility
2 parents cf705e8 + 38ef98c commit 1f19d72

File tree

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)
0