update CompilationFinishedHook comment about cecil bug

This commit is contained in:
vis2k 2019-04-11 18:52:39 +02:00
parent d46334d2eb
commit ec5ceb1149

View File

@ -194,6 +194,7 @@ static void OnCompilationFinished(string assemblyPath, CompilerMessage[] message
{
// including NetStandard dependencies causes a stack overflow
// in the Weaver: https://github.com/vis2k/Mirror/issues/791
// root issue: https://github.com/jbevain/cecil/issues/573
if (!unityAsmRef.Contains("NetStandard"))
dependencyPaths.Add(Path.GetDirectoryName(unityAsmRef));
}