mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 13:44:58 +00:00 
			
		
		
		
	fresh-arm64: Set vcpkg to 2022.08.15
Provides fmt 9.0.0, Boost 1.79. This downgrades from upstream vcpkg's Boost 1.81 as a result of runtime issues in yuzu by Boost >= 1.80.
This commit is contained in:
		
							parent
							
								
									16761c5017
								
							
						
					
					
						commit
						b99f57fabf
					
				| 
						 | 
				
			
			@ -68,7 +68,7 @@ ENV VCPKG_FORCE_SYSTEM_BINARIES=1
 | 
			
		|||
USER 1027
 | 
			
		||||
# Install vcpkg and required dependencies for yuzu
 | 
			
		||||
RUN cd /home/yuzu &&\
 | 
			
		||||
    git clone --depth 1 https://github.com/Microsoft/vcpkg.git &&\
 | 
			
		||||
    git clone --branch 2022.08.15 --depth 1 https://github.com/Microsoft/vcpkg.git &&\
 | 
			
		||||
    cd vcpkg &&\
 | 
			
		||||
    ./bootstrap-vcpkg.sh &&\
 | 
			
		||||
    ./vcpkg install \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue