use env;
/// macOS 26 CoreText returns a larger legacy font list to binaries whose
/// LC_BUILD_VERSION sdk field is below 15. Stamp upstream figma_agent's SDK
/// (ld keeps the last -platform_version) so font enumeration matches
/// upstream regardless of the build environment's SDK.
const UPSTREAM_SDK_VERSION: &str = "15.5";