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 Dennis Sweeney
Recipients Dennis Sweeney, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-04.10:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638614491.49.0.549238044303.issue45978@roundup.psfhosted.org>
In-reply-to
Content
Actually, it seems $(PythonForBuild) is already used everywhere, it's just that $(PythonForBuild) is giving the empty string when VS uses it.

On the other hand, PCBuild/build.bat sets $(PythonForBuild) by calling out to find_python.bat, and that works great.

So perhaps the VS build should just be made to invoke find_python.bat.
History
Date User Action Args
2021-12-04 10:41:31Dennis Sweeneysetrecipients: + Dennis Sweeney, paul.moore, tim.golden, zach.ware, steve.dower
2021-12-04 10:41:31Dennis Sweeneysetmessageid: <1638614491.49.0.549238044303.issue45978@roundup.psfhosted.org>
2021-12-04 10:41:31Dennis Sweeneylinkissue45978 messages
2021-12-04 10:41:31Dennis Sweeneycreate