mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
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