Skip to content

Commit

Permalink
1.0.25 libsndfile has a bug related to Carbon.h being removed on maco…
Browse files Browse the repository at this point in the history
…s, placed it in brew install third party/univeral
  • Loading branch information
Hrick87 committed Feb 27, 2024
1 parent 4b64bb9 commit b47c877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/build-3rdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail

brew install --force --overwrite \
automake scons
automake scons libsndfile

scons -Q \
--enable-werror \
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/universal-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail

brew install --force --overwrite \
automake scons
automake scons libsndfile

scons -Q \
--enable-werror \
Expand Down

0 comments on commit b47c877

Please sign in to comment.