10000
We read every piece of feedback, and take your input very seriously.
10000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf705e8 + 38ef98c commit 1f19d72Copy full SHA for 1f19d72
pythonforandroid/recipes/boost/__init__.py
@@ -27,8 +27,7 @@ def prebuild_arch(self, arch):
27
'--arch=' + env['ARCH'],
28
'--platform=android-' + str(self.ctx.android_api),
29
'--toolchain=' + env['CROSSHOST'] + '-' + env['TOOLCHAIN_VERSION'],
30
- '--install-dir=' + env['CROSSHOME'],
31
- '--system=' + 'linux-x86_64'
+ '--install-dir=' + env['CROSSHOME']
32
)
33
# Set custom configuration
34
shutil.copyfile(join(self.get_recipe_dir(), 'user-config.jam'),
0 commit comments