We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf705e8 commit 38ef98cCopy full SHA for 38ef98c
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