Steve Dower <steve.do...@python.org> added the comment:

FTR, I used to run all Windows builds out of tree on Azure Pipelines, but too 
many tests broke so I reverted it: 
https://github.com/python/cpython/blob/456e27ac0ac6bc1cfd6da0191bd7802d8667457b/.azure-pipelines/windows-steps.yml#L7-L10

Setting $env:Py_OutDir before building is the easiest way to change it. You can 
also pass "/p:Py_OutDir=<path>" to build.bat, but you'll run into quoting 
issues almost immediately.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to