fix native path lookup on macOS

This commit is contained in:
Andrew Kelley
2026-01-02 20:46:24 -08:00
parent 17c7a339d8
commit f25de4c7a2
3 changed files with 6 additions and 10 deletions
+3
View File
@@ -763,6 +763,9 @@ pub const EnvVar = enum {
// Windows SDK integration
PROGRAMDATA,
// Homebrew integration
HOMEBREW_PREFIX,
pub fn isSet(ev: EnvVar, map: *const std.process.Environ.Map) bool {
return map.contains(@tagName(ev));
}