Update docs for Ubuntu 24 and Clang 4

This commit is contained in:
Wojtek Figat
2025-10-26 21:48:49 +01:00
parent fd19e83a46
commit 2ee2c97f1e
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ namespace Flax.Build
/// Specifies the minimum Clang compiler version to use on Linux (eg. 10).
/// </summary>
[CommandLine("linuxClangMinVer", "<version>", "Specifies the minimum Clang compiler version to use on Linux (eg. 10).")]
public static string LinuxClangMinVer = "13";
public static string LinuxClangMinVer = "14";
}
}