ci: Build with shared vcruntime

This commit is contained in:
Luke Street
2026-06-05 00:03:43 -06:00
parent 7f306fe1ec
commit da3ac9f546
+1 -1
View File
@@ -19,7 +19,7 @@
"hidden": true,
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded"
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreadedDLL"
}
},
{