libsdl: Fix compilation on MinGW (#3269)

See https://github.com/libsdl-org/SDL/issues/9031
pull/3270/head
Jérôme Leclercq 10 months ago committed by GitHub
parent f3e279819d
commit 2416833a91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/l/libsdl/xmake.lua

@ -60,6 +60,8 @@ package("libsdl")
add_versions("github:2.28.5", "release-2.28.5")
add_versions("github:2.30.0", "release-2.30.0")
add_patches("2.30.0", "https://github.com/libsdl-org/SDL/commit/6a83588fdda0f70465ecd8b0231e753f434abeb1.patch", "f23b5c2035cb271559de45b76cb279dc72adfd89b24c7ec055ea1f99ab9bf606")
add_deps("cmake")
add_includedirs("include", "include/SDL2")

Loading…
Cancel
Save