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
Homebrew doesn't like it when you use a non-native tool (e.g., GNU version) instead of the version provided by macOS/Xcode. Investigate building with native bison provided on macOS.
$ brew audit --strict --online --new-formula bic
bic:
* Dependency 'bison' is provided by macOS; please replace 'depends_on' with 'uses_from_macos'.
The text was updated successfully, but these errors were encountered:
zbeekman
changed the title
All builds from source with macOS' (Xcode's) bison
Allow builds from source with macOS' (Xcode's) bisonFeb 21, 2020
Homebrew doesn't like it when you use a non-native tool (e.g., GNU version) instead of the version provided by macOS/Xcode. Investigate building with native
bison
provided on macOS.The text was updated successfully, but these errors were encountered: