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

[Fix] MacOS build when xcode is not installed #1045

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. On macOS, don't build native GUI if XCode is not installed.

    MacOS has two way to install tools you need to develop (make, git, cc, ...).
    Either install Xcode or something called Command Line Tools.
    But the Command Line Tools version doesn't include all the necessary programs to build Apple applications.
    For example xcodebuild, which if invoked without XCode installed will tell that xcode is not installed and
    exit with an non 0 exit code.
    EruEri authored and gdt committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b9ff182 View commit details
    Browse the repository at this point in the history