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
Toolchains: disable xcrun commands on non-Darwin platforms
Shortcut the `xcrun` based finding of tools to immediately fail on
non-macOS platforms, returning `nil`. This should help non-macOS
platforms by avoiding the unnecessary search paths and failing to
execute the command which is not found.
0 commit comments