Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround javac popup on MacOS X #24005

Merged
merged 1 commit into from
Apr 4, 2015

Commits on Apr 3, 2015

  1. Workaround javac popup on MacOS X

    MacOS X does not ship with Java installed by default. Instead it
    includes binary stubs that upon execution pop up a message suggesting
    the installation of the JDK.
    
    Since `javac` is only used when `antlr4` is available, it is possible
    to work around the popup by only probing for `javac` if `antlr4` has
    been successfully detected (in which case the JDK is probably already
    installed on the system).
    
    Fixes rust-lang#23138.
    ranma42 committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    0621a83 View commit details
    Browse the repository at this point in the history