Skip to content

Commit

Permalink
Merge pull request #1160 from lairworks/fixMacOsBuild
Browse files Browse the repository at this point in the history
Fix MacOS system include path for moved Brew path
  • Loading branch information
DanRStevens authored Jul 16, 2024
2 parents 931f537 + e523866 commit 000e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
xcode: "15.2.0"
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
WARN_EXTRA: "-isystem /usr/local/include"
WARN_EXTRA: "-isystem /opt/homebrew/include"
steps:
- checkout
- brew-install
Expand Down

0 comments on commit 000e0cc

Please sign in to comment.