We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b684c09 commit bac4e34Copy full SHA for bac4e34
1 file changed
pythonforandroid/recipes/pyqt6/__init__.py
@@ -49,7 +49,8 @@ def update_pyproject_toml(self, arch):
49
project_dict['tool']['sip']['bindings'][binding] = {
50
'extra-link-args': [
51
'-L{}'.format(self.ctx.python_recipe.link_root(arch.arch)),
52
- '-lpython{}'.format(self.ctx.python_recipe.link_version)
+ '-lpython{}'.format(self.ctx.python_recipe.link_version),
53
+ '-Wl,-z,max-page-size=16384',
54
],
55
'disabled-features': ['PyQt_Desktop_OpenGL']
56
}
0 commit comments