Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3f470 commit beec442Copy full SHA for beec442
build/helpers/setvars.cmd
@@ -74,6 +74,8 @@ IF %SDK% == MSVC2019 (
74
IF %ARCH% == X86 CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 || GOTO :ERROR
75
ECHO ON
76
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
79
)
80
81
rem vcvarsall of VS 2019 rewrite this variable
0 commit comments