Update Assimp for Linux (use clang 13)
Migrate to Ubuntu 24 for CI/CD builds CLang 7 used before is no longer avaliable on latest Ubuntu distro
This commit is contained in:
@@ -124,8 +124,9 @@ namespace Flax.Deps.Dependencies
|
||||
{
|
||||
var envVars = new Dictionary<string, string>
|
||||
{
|
||||
{ "CC", "clang-7" },
|
||||
{ "CC_FOR_BUILD", "clang-7" }
|
||||
{ "CC", "clang-13" },
|
||||
{ "CC_FOR_BUILD", "clang-13" },
|
||||
{ "CXX", "clang++-13" },
|
||||
};
|
||||
|
||||
// Build for Linux
|
||||
|
||||
Reference in New Issue
Block a user