nix-build: Fix --cores flag
This commit is contained in:
		
							parent
							
								
									fb8d8f5428
								
							
						
					
					
						commit
						77e2cc6c8e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -93,7 +93,7 @@ for (my $n = 0; $n < scalar @ARGV; $n++) { | ||||||
|         $n += 2; |         $n += 2; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     elsif ($arg eq "--max-jobs" || $arg eq "-j" || $arg eq "--max-silent-time" || $arg eq "--log-type" || $arg eq "--c||es" || $arg eq "--timeout") { |     elsif ($arg eq "--max-jobs" || $arg eq "-j" || $arg eq "--max-silent-time" || $arg eq "--log-type" || $arg eq "--cores" || $arg eq "--timeout") { | ||||||
|         $n++; |         $n++; | ||||||
|         die "$0: `$arg' requires an argument\n" unless $n < scalar @ARGV; |         die "$0: `$arg' requires an argument\n" unless $n < scalar @ARGV; | ||||||
|         push @buildArgs, ($arg, $ARGV[$n]); |         push @buildArgs, ($arg, $ARGV[$n]); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue