Skip to content

Commit 9e7918c

Browse files
committed
* netstandard reserved for unity2020 build bug
1 parent be0f8f7 commit 9e7918c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

BindGenerater/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public static void ReplaceMscorlib(string libDir, string outDir)
148148
foreach (var fi in dir.GetFiles())
149149
{
150150
var tarPath = Path.Combine(outDir, fi.Name);
151-
if (File.Exists(tarPath))
151+
if (File.Exists(tarPath) || fi.Name == "netstandard.dll") // netstandard reserved for unity2020 build bug
152152
File.Copy(Path.Combine(srcDir, fi.Name), tarPath, true);
153153
}
154154
}

ScriptEngine/Tools/Binder.exe

0 Bytes
Binary file not shown.

ScriptEngine/Tools/Binder.pdb

0 Bytes
Binary file not shown.
88.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)