Skip to content

Commit

Permalink
Build script: Validate pywin32 installation.
Browse files Browse the repository at this point in the history
Remove a debug leftover.
  • Loading branch information
pal1000 committed Apr 1, 2018
1 parent 5f04ad0 commit f69484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/build.cmd
Expand Up @@ -17,7 +17,6 @@
@set vsabi=%abi%
@IF /I %PROCESSOR_ARCHITECTURE%==AMD64 IF %abi%==x86 set vsabi=x64_x86
@IF /I %PROCESSOR_ARCHITECTURE%==x86 IF %abi%==x64 set vsabi=x86_x64
@echo %vsabi%
@set vsenv="%ProgramFiles%
@IF /I %PROCESSOR_ARCHITECTURE%==AMD64 set vsenv=%vsenv% (x86)
@set vsenv=%vsenv%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"
Expand Down Expand Up @@ -80,6 +79,7 @@
@set pyupd=y
@echo.
)
@if %pythonver%==2 if NOT EXIST "%pythonloc:python.exe=%Lib\site-packages\win32" python -m pip install -U pypiwin32
@if %pythonver% GEQ 3 IF %mesonstate%==0 (
@python -m pip install -U setuptools
@python -m pip install -U pip
Expand Down

0 comments on commit f69484b

Please sign in to comment.