mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 14:14:56 +00:00 
			
		
		
		
	Merge pull request #75 from lat9nq/mingw-pefile-pacman
mingw: Install pefile through pacman
This commit is contained in:
		
						commit
						4eae6a7678
					
				| 
						 | 
				
			
			@ -20,6 +20,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
 | 
			
		|||
    wget \
 | 
			
		||||
    git \
 | 
			
		||||
    glslang \
 | 
			
		||||
# TODO: Remove python-pip after a reasonable amount of time has passed to let yuzu PRs rebase its scripts
 | 
			
		||||
    python-pefile \
 | 
			
		||||
    python-pip \
 | 
			
		||||
    python \
 | 
			
		||||
    ccache \
 | 
			
		||||
| 
						 | 
				
			
			@ -51,8 +53,6 @@ RUN wget --no-verbose \
 | 
			
		|||
    pacman -U --noconfirm mingw-w64-boost-1.79.0-1-any.pkg.tar.zst && \
 | 
			
		||||
    rm mingw-w64-boost-1.79.0-1-any.pkg.tar.zst
 | 
			
		||||
 | 
			
		||||
# Setup extra mingw work arounds
 | 
			
		||||
RUN pip3 install pefile
 | 
			
		||||
# Compatibility with the old Ubuntu MingW image
 | 
			
		||||
RUN ln -s /usr/x86_64-w64-mingw32/lib/qt /usr/x86_64-w64-mingw32/lib/qt5
 | 
			
		||||
# Give yuzu user sudo access for AUR usage
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue