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 christian.heimes
Recipients Alex.Willmer, brett.cannon, christian.heimes, docs@python
Date 2021-11-24.16:13:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637770388.71.0.633443232705.issue45881@roundup.psfhosted.org>
In-reply-to
Content
bpo-45886 addresses the cross build issue with freeze_module command.

The wrong header files come from the fact that setup.py uses CC variable from sysconfig instead of environment. The sysconfig variable contains the C compiler of the build interpreter instead of the host interpreter. The correct value is in os.environ.
History
Date User Action Args
2021-11-24 16:13:08christian.heimessetrecipients: + christian.heimes, brett.cannon, docs@python, Alex.Willmer
2021-11-24 16:13:08christian.heimessetmessageid: <1637770388.71.0.633443232705.issue45881@roundup.psfhosted.org>
2021-11-24 16:13:08christian.heimeslinkissue45881 messages
2021-11-24 16:13:08christian.heimescreate