mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-18 07:52:32 +01:00
Fixed typo in startbuild.pl.
This commit is contained in:
parent
55b54ac77f
commit
0459587ec1
@ -67,7 +67,7 @@ sub Build
|
||||
|
||||
sub BuildWindows
|
||||
{
|
||||
my ($srcdir, $vcproj, $build, $binary) = (@));
|
||||
my ($srcdir, $vcproj, $build, $binary) = (@_);
|
||||
my ($dir, $file, $param, $vcbuilder, $cmd);
|
||||
|
||||
$dir = getcwd();
|
||||
|
Loading…
x
Reference in New Issue
Block a user