Disable amb2 color when configuring.

This commit is contained in:
David Anderson 2014-02-02 01:39:24 -08:00
parent b3d64d1121
commit 7dcdaf0319

View File

@ -26,7 +26,7 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
my ($result, $argn);
$argn = $#ARGV + 1;
print "Attempting to reconfigure...\n";
my $conf_args = '--enable-optimize --breakpad-dump';
my $conf_args = '--enable-optimize --breakpad-dump --no-color';
if ($argn > 0 && $^O !~ /MSWin/) {
$result = `CC=$ARGV[0] CXX=$ARGV[0] python ../build/configure.py $conf_args`;
} else {