2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-05 18:32:12 +03:00

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

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