Fixed buildbot Perl scripts for Mac OS X build (bug 5601, r=dvander).

Former-commit-id: 375e91c1d22c5cc2a9107bbc804cbc17794421d4
This commit is contained in:
Scott Ehlert
2013-02-13 01:22:40 -06:00
parent e5b990b8e0
commit 7f13ae3e4f
3 changed files with 13 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ require 'helpers.pm';
chdir('../../installer/builder');
my $output;
if ($^O eq "linux") {
if ($^O eq "linux" || $^O eq "darwin") {
$output = `mono builder.exe directions.info`;
} else {
$output = `builder.exe directions.info`;