Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information