Skip to content

Commit

Permalink
win32: Fix build with newer mingw64/fedora versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 15, 2023
1 parent 021ae48 commit 3f5f096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/win32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN mkdir /build

WORKDIR /build

RUN dnf -y install make mingw32-gcc mingw64-gtk3 diffutils findutils automake autoconf meson gettext libtool git wget bzip2 xz
RUN dnf -y install make mingw64-gcc mingw64-gtk3 diffutils findutils automake autoconf meson gettext libtool git wget bzip2 xz

RUN git clone https://github.com/xiph/libao.git && \
cd libao && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/win32/mingw-bundledlls
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ blacklist = [
"shlwapi.dll", "version.dll", "iphlpapi.dll", "msimg32.dll", "setupapi.dll",
"opengl32.dll", "dwmapi.dll", "uxtheme.dll", "secur32.dll", "gdiplus.dll",
"usp10.dll", "comctl32.dll", "wsock32.dll", "netapi32.dll", "userenv.dll",
"hid.dll",
"hid.dll", "dwrite.dll",
"avicap32.dll", "avrt.dll", "psapi.dll", "mswsock.dll", "glu32.dll"
]

Expand Down

0 comments on commit 3f5f096

Please sign in to comment.