Fixed another build tool regression.

This commit is contained in:
David Anderson 2008-08-17 00:18:59 +00:00
parent 81af863496
commit 10ff8c11fd
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ private void AddPlugins()
public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string source) public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string source)
{ {
if ((int)System.Environment.OSVersion.Platform == 128) if (System.Environment.OSVersion.Platform == System.PlatformID.Unix)
{ {
} else { } else {
File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\msvc8\\Release\\WinCSX.exe", File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\msvc8\\Release\\WinCSX.exe",

Binary file not shown.