Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing Cygwin DLLs #148

Merged
merged 2 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ jobs:
ninja
shell: msys2 {0}
- name: Assemble artifacts and libraries
if: ${{ !github.event.pull_request }}
run: |
cd build
mkdir Mini404-dev-w64
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/dll-list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@

SDL2.dll
SDL2_image.dll
glew32.dll
libLerc.dll
libSvtAv1Enc.dll
libaom.dll
libatk-*.dll
libavif-*.dll
libbrotlicommon.dll
libbrotlidec.dll
libbrotlienc.dll
Expand All @@ -9,6 +16,7 @@ libcairo-gobject-2.dll
libcrypto-*-x64.dll
libcurl-*.dll
libdatrie-1.dll
libdav1d-*.dll
libdeflate.dll
libepoxy-*.dll
libexpat-*.dll
Expand Down Expand Up @@ -37,7 +45,7 @@ libintl-*.dll
libjbig-*.dll
libjpeg-*.dll
libjxl.dll
libLerc.dll
libjxl_cms.dll
liblcms2*.dll
liblzma-*.dll
liblzo2-*.dll
Expand All @@ -61,8 +69,9 @@ libtiff-*.dll
libunistring-*.dll
libusb-1.*.dll
libwebp-*.dll
libwebpdemux-*.dll
libwinpthread-1.dll
libyuv.dll
libzstd.dll
SDL2.dll
SDL2_image.dll
rav1e.dll
zlib1.dll
Loading