mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 06:43:35 +00:00
Merge pull request #75 from lat9nq/mingw-pefile-pacman
mingw: Install pefile through pacman
This commit is contained in:
commit
4eae6a7678
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
glslang \
|
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-pip \
|
||||||
python \
|
python \
|
||||||
ccache \
|
ccache \
|
||||||
|
@ -51,8 +53,6 @@ RUN wget --no-verbose \
|
||||||
pacman -U --noconfirm mingw-w64-boost-1.79.0-1-any.pkg.tar.zst && \
|
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
|
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
|
# Compatibility with the old Ubuntu MingW image
|
||||||
RUN ln -s /usr/x86_64-w64-mingw32/lib/qt /usr/x86_64-w64-mingw32/lib/qt5
|
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
|
# Give yuzu user sudo access for AUR usage
|
||||||
|
|
Loading…
Reference in a new issue