Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 1a241ab

Browse files
Same, but don't be an idiot.
1 parent 022dc7a commit 1a241ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git me
1414
# Note to selves: mingw64-dlfcn is:
1515
# - to be added with great caution in any case: Fedora's hardened build flags make it depend on libssp-0.dll,
1616
# and test-runs under Wine 7.12 showed a startup hang if libssp-0.dll was bundled (as our installer does).
17-
mingw64-gcc mingw64-g++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft \
17+
mingw64-gcc mingw64-gcc-c++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft \
1818
mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 mingw64-physfs && \
1919
microdnf clean all && \
2020
# Install openblas for mingw (building this from source is an option but probably painful)

0 commit comments

Comments
 (0)