mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
(cherry picked from commit 2156d964a1)
Co-authored-by: Steve Dower <steve.dower@python.org>
3 lines
103 B
PowerShell
3 lines
103 B
PowerShell
$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent;
|
|
& cmd /K "$pcbuild\env.bat" $args
|