Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro Infrastructure
libretro-build-mxe-win-cross-cores
Commits
f497d694
Commit
f497d694
authored
Jan 08, 2021
by
jdgleaver
Browse files
Dockerfile.gcc10: Add flac, vorbis
parent
d8cc1845
Pipeline
#9708
passed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.gcc10
View file @
f497d694
...
...
@@ -120,6 +120,17 @@ RUN set -eux; \
make clean-junk; \
rm -rf pkg/*
# Auxiliary packages required by 'non-standard' cores
ENV AUX_MXE_PACKAGES \
flac \
vorbis
RUN set -eux; \
cd /usr/lib/mxe; \
make $AUX_MXE_PACKAGES; \
make clean-junk; \
rm -rf pkg/*
RUN echo "developer:developer" | chpasswd && adduser developer sudo
ENV HOME=/developer
...
...
jdgleaver
@jdgleaver
mentioned in commit
e33d7584
·
Jan 08, 2021
mentioned in commit
e33d7584
mentioned in commit e33d75841577066876eef49bbfb68c7d66309cb1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment