Update all Linux deps with Clang 14 on Ubuntu 24

This commit is contained in:
Wojtek Figat
2025-10-27 00:01:36 +01:00
parent 2ee2c97f1e
commit a0689f3f00
35 changed files with 92 additions and 79 deletions

View File

@@ -123,6 +123,7 @@ namespace Flax.Deps.Dependencies
{
{ "CC", "clang-" + Configuration.LinuxClangMinVer },
{ "CC_FOR_BUILD", "clang-" + Configuration.LinuxClangMinVer },
{ "CXX", "clang++-" + Configuration.LinuxClangMinVer },
{ "CMAKE_BUILD_PARALLEL_LEVEL", CmakeBuildParallel },
};
var config = $"-DALSOFT_REQUIRE_ALSA=ON " +