Revert "Use v143 toolset in some dependencies."

This reverts commit 580c688b2b.
This commit is contained in:
Ilya Fedin
2026-01-26 02:26:12 +04:00
committed by John Preston
parent 0729bd7f83
commit 2c85060c49
+2 -2
View File
@@ -1048,7 +1048,7 @@ stage('libjxl', """
""") + """
win:
cmake . ^
-A %WIN32X64% -T v143 ^
-A %WIN32X64% ^
-DCMAKE_INSTALL_PREFIX=%LIBS_DIR%/local ^
-DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded$<$<CONFIG:Debug>:Debug>" ^
-DCMAKE_C_FLAGS="/DJXL_STATIC_DEFINE /DJXL_THREADS_STATIC_DEFINE /DJXL_CMS_STATIC_DEFINE" ^
@@ -1370,7 +1370,7 @@ stage('openal-soft', """
win:
git checkout 291c0fdbbd
cmake -B build . ^
-A %WIN32X64% -T v143 ^
-A %WIN32X64% ^
-D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT=ON ^
-D ALSOFT_UTILS=OFF ^