This commit is contained in:
		
							parent
							
								
									384246a69a
								
							
						
					
					
						commit
						78c898d901
					
				
					 3 changed files with 50 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								files/vcpkg.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								files/vcpkg.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
# vcpkg initialization
 | 
			
		||||
 | 
			
		||||
# Disable vcpkg telemetry by default.
 | 
			
		||||
if [ -z "$VCPKG_DISABLE_METRICS" ]; then
 | 
			
		||||
    export VCPKG_DISABLE_METRICS="1"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Export the correct vcpkg root directory.
 | 
			
		||||
if [ -z "$VCPKG_ROOT" ]; then
 | 
			
		||||
    export VCPKG_ROOT="$HOME/.vcpkg"
 | 
			
		||||
fi
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue