diff options
author | Steve Dower <steve.dower@python.org> | 2020-11-18 17:24:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 17:24:56 (GMT) |
commit | 8b1f4cc4644869812ff7f210a7fcbe872d88846e (patch) | |
tree | 34cf00081a89a2ba2ff7a6f0dfdd1ec89ca142ae /PCbuild/env.ps1 | |
parent | 66dd5338a1ca98921c8e6c51228541ef8ed8076a (diff) | |
download | cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.zip cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.gz cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.bz2 |
bpo-42336: Improve PCbuild batch files (GH-23325)
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 |