elliotweiser / ansible-osx-command-line-tools

An Ansible role for installing OS X Command Line Tools
https://galaxy.ansible.com/elliotweiser/osx-command-line-tools/
MIT License
97 stars 42 forks source link

Fix for #62 #68

Closed khramtsoff closed 3 years ago

khramtsoff commented 3 years ago

Issue Check for c++ compiler brings up a pop-up in the target Mac system

Changes Replaced check for compiler with check for xcode-select path. If path isn`t set command exit code will be 2 Successfully tested on Big Sur 11.3

This pull request resolves #62.

elliotweiser commented 3 years ago

Not sure why Travis isn't running, but I don't think it needs to block this. Merging and will look into the CI issues later.