Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6eb44d

Browse files
committed
Using python 3.8 with MSVC2019
1 parent bac91be commit b6eb44d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/helpers/setvars.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ IF %SDK% == MSVC2019 (
7474
IF %ARCH% == X86 CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 || GOTO :ERROR
7575
ECHO ON
7676
IF %ARCH% == X64 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 || GOTO :ERROR
77+
SET PYTHON32_PATH=C:\Python38x86
78+
SET PYTHON64_PATH=C:\Python38x64
7779
)
7880

7981
rem vcvarsall of VS 2019 rewrite this variable

0 commit comments

Comments
 (0)