Skip to content

Commit

Permalink
Fix bootstrap.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Aug 19, 2020
1 parent e375e3a commit 2eea779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/buildbot/bootstrap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}

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

Expand Down

0 comments on commit 2eea779

Please sign in to comment.