Fix handling errors when saving scripting API parsing cache
This commit is contained in:
@@ -751,7 +751,9 @@ namespace Flax.Build
|
||||
using (new ProfileEventScope("BuildBindings"))
|
||||
{
|
||||
if (!buildData.Target.IsPreBuilt)
|
||||
{
|
||||
BuildTargetBindings(rules, graph, buildData);
|
||||
}
|
||||
}
|
||||
|
||||
// Link modules into a target
|
||||
|
||||
Reference in New Issue
Block a user