diff options
author | Steve Dower <steve.dower@python.org> | 2020-11-18 17:24:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 17:24:36 (GMT) |
commit | 2156d964a12285280c533af1c96eb273c58451e6 (patch) | |
tree | 9481f5ca37da936f0759783843df58891768b66f /PCbuild/env.ps1 | |
parent | 07f2adedf0940b06d136208ec386d69b7d2d5b43 (diff) | |
download | cpython-2156d964a12285280c533af1c96eb273c58451e6.zip cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.gz cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.bz2 |
bpo-42336: Improve PCbuild batch files (GH-23275)
Diffstat (limited to 'PCbuild/env.ps1')
-rw-r--r-- | PCbuild/env.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/env.ps1 b/PCbuild/env.ps1 new file mode 100644 index 0000000..19d7ada --- /dev/null +++ b/PCbuild/env.ps1 @@ -0,0 +1,2 @@ +$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent; +& cmd /K "$pcbuild\env.bat" $args |