Updated build tool for compat regression in Mono.
This commit is contained in:
parent
c07d8f3d93
commit
1d95fb3dcd
|
@ -47,7 +47,7 @@ public void Release(string file)
|
|||
}
|
||||
|
||||
ABuilder builder = null;
|
||||
if ((int)System.Environment.OSVersion.Platform == 128)
|
||||
if (System.Environment.OSVersion.Platform == System.PlatformID.Unix)
|
||||
{
|
||||
builder = new LinuxBuilder();
|
||||
Releaser.IsWindows = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user