nneonneo / Il2CppVersions

Build scripts & historical header files for every available minor version of Unity's Il2Cpp project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure for group 5 (missing mcs.bat)

djkaty opened this issue · comments

commented

mcs.bat doesn't seem to exist in MonoBleedingEdge for group 5 builds, therefore they fail.

Output:

F:\Source\Repos\Il2CppVersions>call "F:\Source\Repos\Il2CppVersions\group5\\MonoBleedingEdge\bin\mcs.bat" -t:library -out:"F:\Source\Repos\Il2CppVersions\output\2019.4.4f1\lib\Test.dll" Test.cs
'"F:\Source\Repos\Il2CppVersions\group5\\MonoBleedingEdge\bin\mcs.bat"' is not recognized as an internal or external command, operable program or batch file.

Curious - Editor/Data/MonoBleedingEdge/bin/mcs.bat exists in the 2019.3.0f6 editor installer, which is where that file should be sourced from (https://github.com/nneonneo/Il2CppVersions/blob/master/extract.sh#L58). Maybe the extraction failed somehow?

commented

Weird, you were absolutely right, I re-extracted 2019.3.0f6 and it worked..... thanks! :)