Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Call built Python via python.bat @ win build
Suggested via
#12791 (comment).

Co-Authored-By: Zachary Ware <zach@python.org>
  • Loading branch information
webknjaz and zware committed Aug 28, 2023
commit 8d1ddcb91061b1a88503503dea58055b5871df7a
9 changes: 1 addition & 8 deletions PCbuild/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,7 @@ echo on
/p:UseTestMarker=%UseTestMarker% %GITProperty%^
%1 %2 %3 %4 %5 %6 %7 %8 %9

if /I "%platf%" == "Win32" set prefix=%dir%win32
if /I "%platf%" == "x64" set prefix=%dir%amd64
if /I "%platf%" == "ARM64" set prefix=%dir%arm64
if /I "%platf%" == "ARM" set prefix=%dir%arm32
set suffix=
if /I "%conf%" == "Debug" set suffix=_d
set built_python_exe=%prefix%\python%suffix%.exe
call "%built_python_exe%" -m ensurepip.bundle -v
call "%dir%\..\python.bat" -m ensurepip.bundle -v

@echo off
exit /b %ERRORLEVEL%
Expand Down