mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
update CompilationFinishedHook comment about cecil bug
This commit is contained in:
parent
d46334d2eb
commit
ec5ceb1149
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user