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
{