1
0
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:
David Anderson 2020-08-20 23:27:53 -07:00
parent 644dfe50a7
commit 26aa51c395

View File

@ -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);