Skip to content

Commit

Permalink
I guess llvm provides clang?
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 19, 2024
1 parent 34eb6d7 commit 4bf743e
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-clang mingw64-gcc mingw64-gcc-c++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 \
mingw64-llvm 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 4bf743e

Please sign in to comment.