Merge pull request #7969 from rmNULL/patchelfrb-for-devs
enable HOMEBREW_PATCHELF_RB for brew developers by default
This commit is contained in:
		
						commit
						0f0979d33b
					
				@ -269,6 +269,11 @@ export HOMEBREW_USER_AGENT
 | 
			
		||||
export HOMEBREW_USER_AGENT_CURL
 | 
			
		||||
export HOMEBREW_BOTTLE_DEFAULT_DOMAIN
 | 
			
		||||
 | 
			
		||||
if [[ -n "$HOMEBREW_DEVELOPER" ]] && [[ -z "$HOMEBREW_NO_PATCHELF_RB" ]]
 | 
			
		||||
then
 | 
			
		||||
  export HOMEBREW_PATCHELF_RB="1"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
 | 
			
		||||
then
 | 
			
		||||
  XCODE_SELECT_PATH=$('/usr/bin/xcode-select' --print-path 2>/dev/null)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user