mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Build x64 packages on Windows.
This commit is contained in:
parent
644dfe50a7
commit
26aa51c395
@ -55,11 +55,7 @@ if ($^O =~ /darwin/) {
|
||||
push(@conf_argv, '--hl2sdk-root=H:\\');
|
||||
}
|
||||
|
||||
if ($^O !~ /MSWin/) {
|
||||
push(@conf_argv, '--targets=x86,x86_64');
|
||||
} else {
|
||||
push(@conf_argv, '--targets=x86');
|
||||
}
|
||||
push(@conf_argv, '--targets=x86,x86_64');
|
||||
push(@conf_argv, '--sdks=all');
|
||||
|
||||
my $conf_args = join(' ', @conf_argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user