classification
Title: Wrong Paths for distutils build --plat-name=win-amd64
Type: behavior Stage: patch review
Components: Distutils, Windows Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: rgbecker, tarek, terry.reedy
Priority: normal Keywords:

Created on 2010-03-18 11:55 by rgbecker, last changed 2010-08-10 11:36 by flox.

Files
File name Uploaded Description Edit
patch.txt rgbecker, 2010-03-18 11:55 patch to fix order of cross compile lib dirs
Messages (2)
msg101259 - (view) Author: Robin Becker (rgbecker) Date: 2010-03-18 11:55
When building extensions on win32 distutils with --plat-name=win-amd64 adds PCBuild/AMD64 in the wrong place.

This patch ensures the AMD64 location comes first
msg113051 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-08-05 20:47
With development of disutils2, distutils issues are not getting much separate attention. This may or may not get folded in to disutils2.
History
Date User Action Args
2010-08-10 11:36:48floxsetnosy: rgbecker, terry.reedy, tarek
components: + Windows
2010-08-05 20:47:35terry.reedysetnosy: + terry.reedy
messages: + msg113051
2010-08-05 03:43:54BreamoreBoysetstage: patch review
type: behavior
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6
2010-03-18 11:55:31rgbeckercreate