You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: use Foundation instead of C for the environment
The `getenv` call is part of the C library which is vended with
different names on different platforms (`ucrt`, `Darwin.C`, and
`glibc`). Use Foundation instead to abstract over the differences.
0 commit comments