We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57a779 commit 4173293Copy full SHA for 4173293
recipe/bld.bat
@@ -4,7 +4,5 @@ set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=%PKG_VERSION%
4
if not "%GIT_DESCRIBE_NUMBER%"=="0" (
5
set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=%PKG_VERSION%.dev%GIT_DESCRIBE_NUMBER%+%GIT_DESCRIBE_HASH%
6
)
7
-:: -G "Visual Studio 16 2019" specifies the the generator
8
-:: -T v142 specifies the toolset
9
-pip install . --no-deps -Ccmake.args="-G Visual Studio 16 2019 -T v142"
+pip install . --no-deps
10
if errorlevel 1 exit 1
0 commit comments