Dennis Sweeney <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45978> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
