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