Skip to content

Commit

Permalink
Fix Windows build with latest msys2 packages
Browse files Browse the repository at this point in the history
Not sure why this file changed name, but it's easy to fix.
  • Loading branch information
ids1024 committed Jan 8, 2025
1 parent 7d70f09 commit 18553bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_call(args, **kwargs):
mingw_dir = mingw_dir or mingw_dir_new

# The svg module is loaded at runtime, so it's dependencies are also needed
dlls = dlls.union(find_depends(f"{mingw_dir}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll")[1])
dlls = dlls.union(find_depends(f"{mingw_dir}/lib/gdk-pixbuf-2.0/2.10.0/loaders/pixbufloader_svg.dll")[1])

def copy(srcdir, destdir, path):
src = f"{srcdir}/{path}"
Expand Down

0 comments on commit 18553bd

Please sign in to comment.