[New-bugs-announce] [issue45940] add_multiarch_paths breaks cross compilation to Emscripten

Ethan Smith report at bugs.python.org
Tue Nov 30 12:07:07 EST 2021


New submission from Ethan Smith <ethan at ethanhs.me>:

When I cross compile on an Ubuntu system, the "PyBuildExt.add_multiarch_paths" method seems to add system includes, even when cross compiling for Emscripten.

Adding the system includes breaks Emscripten and causes several extensions to fail to build.

I have a patch which fixes this that I will be submitting shortly to Github.

----------
components: Build
messages: 407387
nosy: christian.heimes, ethan smith
priority: normal
severity: normal
status: open
title: add_multiarch_paths breaks cross compilation to Emscripten
type: compile error
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45940>
_______________________________________


More information about the New-bugs-announce mailing list