This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan smith
Recipients christian.heimes, ethan smith
Date 2021-11-30.17:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638292027.25.0.771827901631.issue45940@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-11-30 17:07:07ethan smithsetrecipients: + ethan smith, christian.heimes
2021-11-30 17:07:07ethan smithsetmessageid: <1638292027.25.0.771827901631.issue45940@roundup.psfhosted.org>
2021-11-30 17:07:07ethan smithlinkissue45940 messages
2021-11-30 17:07:07ethan smithcreate