We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e6e27 commit d40e69bCopy full SHA for d40e69b
1 file changed
test/MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop/MakeAssets.ps1
@@ -6,7 +6,7 @@ if (!(Test-Path ./bin/Debug/MsgPack.dll))
6
exit 1
7
}
8
9
-[string[]]$additionalDefines = ("#define AOT", "#define NET35")
+[string[]]$additionalDefines = ("#define AOT", "#define NET35", "#define UNITY_WORKAROUND")
10
[xml]$csproj = Get-Content ./MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop.csproj
11
foreach($c in $csproj.Project.ItemGroup.Compile)
12
{
0 commit comments