mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-42336: Improve PCbuild batch files (GH-23275)
This commit is contained in:
parent
07f2adedf0
commit
2156d964a1
9 changed files with 60 additions and 24 deletions
2
PCbuild/env.ps1
Normal file
2
PCbuild/env.ps1
Normal file
|
@ -0,0 +1,2 @@
|
|||
$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent;
|
||||
& cmd /K "$pcbuild\env.bat" $args
|
Loading…
Add table
Add a link
Reference in a new issue