Skip to content

Commit

Permalink
Merge pull request #1459 from OutpostUniverse/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 1b1f9f7 + b7b6ae9 commit 7450c4d
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 @@ -19,7 +19,7 @@ jobs:
xcode: "13.4.1"
environment:
- HOMEBREW_NO_AUTO_UPDATE: 1
- WARN_EXTRA: "-isystem /usr/local/include"
- WARN_EXTRA: "-isystem /opt/homebrew/include"
steps:
- checkout
- run: git submodule update --init nas2d-core/
Expand Down

0 comments on commit 7450c4d

Please sign in to comment.