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
Do not depend on Mono executables being in the PATH, but use prefix and system Mono paths to resolve them. Fixes El Capitan build issues.
The symlinks for the system Mono executables are installed in /usr/local/bin starting from OS X El Capitan, and we may no longer rely on them being part of the user's PATH. These changes prioritize using pkg-config to resolve their path, and look for pkg-config itself first in the F# install prefix, and then at the system Mono location. PATH is last resort.
This also properly isolates parallel installations from System Mono.
0 commit comments