Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build x64 packages on Windows.
  • Loading branch information
dvander committed Aug 21, 2020
1 parent 644dfe5 commit 26aa51c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions support/buildbot/bootstrap.pl
Expand Up @@ -55,11 +55,7 @@
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);
Expand Down

0 comments on commit 26aa51c

Please sign in to comment.