Explorar o código

fast_io: update to 2025.06.13 (#7524)

* fast_io: update to 2025.06.13

* Validate MinGW unable to work without `_UCRT=0`

* revert
Saikari hai 2 meses
pai
achega
e0759ef355
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      packages/f/fast_io/xmake.lua

+ 5 - 0
packages/f/fast_io/xmake.lua

@@ -10,6 +10,11 @@ package("fast_io")
 
     add_versions("2023.1.28", "b99b32ab429eb6256fd8de1e17fe38e4c54eb49c")
     add_versions("2024.3.31", "a13c3ed1cd6da64b381322f3466f3b4fc9a80ff2")
+    add_versions("2025.06.13", "8ba32f95ad3904d4b86704225e5d8527fc2202b2")
+
+    on_load("mingw", function (package)
+        package:add("defines", "_UCRT=0")
+    end)
 
     on_install("windows", "linux", "macosx", "msys", "mingw", function (package)
         os.cp("include", package:installdir())