mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-31 20:52:18 +01:00
Fix bootstrap.pl.
This commit is contained in:
parent
e375e3a76f
commit
2eea77981d
@ -56,9 +56,9 @@ if ($^O =~ /darwin/) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($^O !~ /MSWin/) {
|
if ($^O !~ /MSWin/) {
|
||||||
push(@conf_argv, '--target-arch=x86,x64');
|
push(@conf_argv, '--targets=x86,x86_64');
|
||||||
} else {
|
} else {
|
||||||
push(@conf_argv, '--target-arch=x86');
|
push(@conf_argv, '--targets=x86');
|
||||||
}
|
}
|
||||||
push(@conf_argv, '--sdks=all');
|
push(@conf_argv, '--sdks=all');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user