mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 431c500c60
			
		
	
	
		431c500c60
		
	
	
	
	
		
			
			The deployment target environment variable is OS-specific, and if you're in a place where you're asking `rustc` for the deployment target, you're likely to also wanna know the environment variable.
		
			
				
	
	
		
			2 lines
		
	
	
		
			68 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			68 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| $OS_DEPLOYMENT_TARGET=$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION
 |