install: die if Xcode/CLT not up-to-date on prereleases
This commit is contained in:
		
							parent
							
								
									1408b5ffd4
								
							
						
					
					
						commit
						921aa01576
					
				@ -227,6 +227,12 @@ module Homebrew
 | 
			
		||||
      out = checks.send(check)
 | 
			
		||||
      opoo out unless out.nil?
 | 
			
		||||
    end
 | 
			
		||||
    if OS.mac? && MacOS.prerelease?
 | 
			
		||||
      checks.strict_development_tools_checks.each do |strict_check|
 | 
			
		||||
        out = checks.send(strict_check)
 | 
			
		||||
        odie out unless out.nil?
 | 
			
		||||
      end
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def check_macports
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user