-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate MacOS package detection, etc. (#925)
* Autodetect HomeBrew and MacPorts on MacOS. Set appropriate paths. HomeBrew paths set assuming ARM Mac. * Use STREQUAL and not EQUAL when comparing strings in CMake When determining whether we are running MacPorts or HomeBrew * If both HomeBrew and MacPorts are present, requie user to set BMAD_MAC_PACKAGE * ACC_USE_MACPORTS is no longer needed, remove it from util/dist_prefs * Automate setting CC/CXX on MacOS * Fixed typo in util/dist_source_me * Typo in gcc search for HomeBrew in util/dist_source_me * Do proper error logging in MacOS gcc detection, and don't exit
- Loading branch information
1 parent
585add7
commit 8838c21
Showing
3 changed files
with
95 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters