mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Wow, DS, you can't code.
This commit is contained in:
parent
2a7283fc6b
commit
fe9cb91881
@ -49,7 +49,7 @@ sub Build
|
||||
|
||||
if ($^O eq "linux")
|
||||
{
|
||||
if ($platform ne "windows")
|
||||
if ($platform eq "windows")
|
||||
{
|
||||
return;
|
||||
}
|
||||
@ -67,7 +67,7 @@ sub Build
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($platform ne "linux")
|
||||
if ($platform eq "linux")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user