IL2CPU.Compiler -> IL2CPU.

This commit is contained in:
José Pedro 2018-01-13 16:15:43 +00:00
parent c1b40271b3
commit db1d641de8
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -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;