Updated build tool for compat regression in Mono.

This commit is contained in:
David Anderson 2008-08-16 22:45:59 +00:00
parent c07d8f3d93
commit 1d95fb3dcd

View File

@ -47,7 +47,7 @@ public void Release(string file)
} }
ABuilder builder = null; ABuilder builder = null;
if ((int)System.Environment.OSVersion.Platform == 128) if (System.Environment.OSVersion.Platform == System.PlatformID.Unix)
{ {
builder = new LinuxBuilder(); builder = new LinuxBuilder();
Releaser.IsWindows = false; Releaser.IsWindows = false;