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 steve.dower
Recipients Alex.Willmer, bill9889, doko, iliis, ned.deily, steve.dower, wscullin, xdegaye
Date 2020-03-20.17:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584726280.73.0.677224482588.issue22699@roundup.psfhosted.org>
In-reply-to
Content
> I think the patch is wrong.  why would you want to differentiate between native and cross builds?

Because the multiarch headers are incompatible with my SDK's headers, and because of the -I ordering they override mine. I tried swapping the order of calls without a difference, but excluding them entirely made it work.

I'll happily take suggestions for a better patch. I don't even know what the multiarch headers are for, but I don't seem to need them here.
History
Date User Action Args
2020-03-20 17:44:40steve.dowersetrecipients: + steve.dower, doko, ned.deily, xdegaye, Alex.Willmer, bill9889, wscullin, iliis
2020-03-20 17:44:40steve.dowersetmessageid: <1584726280.73.0.677224482588.issue22699@roundup.psfhosted.org>
2020-03-20 17:44:40steve.dowerlinkissue22699 messages
2020-03-20 17:44:40steve.dowercreate