mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
IL2CPU.Compiler -> IL2CPU.
This commit is contained in:
parent
c1b40271b3
commit
db1d641de8
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ namespace Cosmos.TestRunner.Core
|
|||
xArgs.AddRange(xReferences.Select(aReference => "References:" + aReference));
|
||||
|
||||
bool xUsingUserkit = false;
|
||||
string xIL2CPUPath = Path.Combine(FindCosmosRoot(), "..", "IL2CPU", "source", "IL2CPU.Compiler");
|
||||
string xIL2CPUPath = Path.Combine(FindCosmosRoot(), "..", "IL2CPU", "source", "IL2CPU");
|
||||
if (!Directory.Exists(xIL2CPUPath))
|
||||
{
|
||||
xUsingUserkit = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue