Skip to content

Commit

Permalink
Same, but don't be an idiot.
Browse files Browse the repository at this point in the history
  • Loading branch information
UncombedCoconut committed Apr 28, 2024
1 parent 022dc7a commit 1a241ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naev-windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a241ab

Please sign in to comment.