From 1a241abe8b8d6d6d3f7c48e6b5bc3f9a7eb0243a Mon Sep 17 00:00:00 2001 From: Justin Blanchard Date: Sat, 27 Apr 2024 23:47:27 -0400 Subject: [PATCH] Same, but don't be an idiot. --- naev-windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naev-windows/Dockerfile b/naev-windows/Dockerfile index 162613a..9c8e8c7 100644 --- a/naev-windows/Dockerfile +++ b/naev-windows/Dockerfile @@ -14,7 +14,7 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git me # Note to selves: mingw64-dlfcn is: # - to be added with great caution in any case: Fedora's hardened build flags make it depend on libssp-0.dll, # and test-runs under Wine 7.12 showed a startup hang if libssp-0.dll was bundled (as our installer does). - mingw64-gcc mingw64-g++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft \ + mingw64-gcc mingw64-gcc-c++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft \ mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 mingw64-physfs && \ microdnf clean all && \ # Install openblas for mingw (building this from source is an option but probably painful)