Disable amb2 color when configuring.
This commit is contained in:
		
							parent
							
								
									b3d64d1121
								
							
						
					
					
						commit
						7dcdaf0319
					
				| @ -26,7 +26,7 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) { | |||||||
| 	my ($result, $argn); | 	my ($result, $argn); | ||||||
| 	$argn = $#ARGV + 1; | 	$argn = $#ARGV + 1; | ||||||
| 	print "Attempting to reconfigure...\n"; | 	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/) { | 	if ($argn > 0 && $^O !~ /MSWin/) { | ||||||
| 		$result = `CC=$ARGV[0] CXX=$ARGV[0] python ../build/configure.py $conf_args`; | 		$result = `CC=$ARGV[0] CXX=$ARGV[0] python ../build/configure.py $conf_args`; | ||||||
| 	} else { | 	} else { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user