From cc9e41fe44fe3b01f1d29ac2b2ea74ddce9c6b2b Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 27 Mar 2026 11:29:16 +0100 Subject: [PATCH] Dont build tint by default --- Source/Tools/Flax.Build/Deps/Dependencies/tint.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Tools/Flax.Build/Deps/Dependencies/tint.cs b/Source/Tools/Flax.Build/Deps/Dependencies/tint.cs index a0960da55..1fdf82b9a 100644 --- a/Source/Tools/Flax.Build/Deps/Dependencies/tint.cs +++ b/Source/Tools/Flax.Build/Deps/Dependencies/tint.cs @@ -12,6 +12,9 @@ namespace Flax.Deps.Dependencies /// class tint : Dependency { + /// + public override bool BuildByDefault => false; // Too big to build without explicit need + /// public override TargetPlatform[] Platforms {