Use v143 toolset in some dependencies.

This commit is contained in:
John Preston
2025-12-30 12:56:47 +04:00
parent 8638d26156
commit 580c688b2b
+2 -2
View File
@@ -1048,7 +1048,7 @@ stage('libjxl', """
""") + """
win:
cmake . ^
-A %WIN32X64% ^
-A %WIN32X64% -T v143 ^
-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% ^
-A %WIN32X64% -T v143 ^
-D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT=ON ^
-D ALSOFT_UTILS=OFF ^