Skip to content

Commit

Permalink
sdl3: Add mingw64
Browse files Browse the repository at this point in the history
Fixes #23176
  • Loading branch information
Biswa96 authored Jan 23, 2025
1 parent bf9f9a5 commit 942d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-sdl3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=3.2.0
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 3) (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'aur: sdl3'
"cpe: cpe:/a:libsdl:libsdl"
Expand Down

0 comments on commit 942d6f4

Please sign in to comment.