[upstream_utils] Upgrade to fmt 12.0.0 (#8263)

This commit is contained in:
Tyler Veness
2025-09-29 11:45:15 -07:00
committed by GitHub
parent e364087e99
commit bd5141e254
14 changed files with 556 additions and 599 deletions

View File

@@ -29,7 +29,8 @@
# if (FMT_HAS_INCLUDE(<fcntl.h>) || defined(__APPLE__) || \
defined(__linux__)) && \
(!defined(WINAPI_FAMILY) || \
(WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP))
(WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)) && \
!defined(__wasm__)
# include <fcntl.h> // for O_RDONLY
# define FMT_USE_FCNTL 1
# else