mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-26 19:54:14 +01:00
Fix startbuild.pl.
This commit is contained in:
parent
43a30176c0
commit
eec8f956e0
@ -16,7 +16,11 @@ if ($argn > 0) {
|
|||||||
$ENV{CXX} = $ARGV[0];
|
$ENV{CXX} = $ARGV[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
system("ambuild --no-color 2>&1");
|
if ($^O !~ /MSWin/) {
|
||||||
|
system("ambuild --no-color 2>&1");
|
||||||
|
} else {
|
||||||
|
system("C:\\Python38\\scripts\\ambuild --no-color 2>&1");
|
||||||
|
}
|
||||||
|
|
||||||
if ($? != 0)
|
if ($? != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user