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 xdegaye
Recipients doko, hundeboll, thomas-petazzoni, vstinner, xdegaye, yan12125, zach.ware
Date 2016-12-10.08:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481358868.46.0.190036938896.issue20211@psf.upfronthosting.co.za>
In-reply-to
Content
When cross compiling, setup.py must not look for headers in the directory for installing C header files and must not look for libraries in the directory for installing object code libraries of the _native_ interpreter which is being used to run setup.py.
Thomas patch updated to the tip of the default branch.
History
Date User Action Args
2016-12-10 08:34:28xdegayesetrecipients: + xdegaye, doko, vstinner, zach.ware, thomas-petazzoni, yan12125, hundeboll
2016-12-10 08:34:28xdegayesetmessageid: <1481358868.46.0.190036938896.issue20211@psf.upfronthosting.co.za>
2016-12-10 08:34:28xdegayelinkissue20211 messages
2016-12-10 08:34:28xdegayecreate