Skip to content

Commit

Permalink
Removal of brew install libsndfile in build-3rdpaty.sh and universal-…
Browse files Browse the repository at this point in the history
…binaries.sh
  • Loading branch information
Hrick87 committed Dec 16, 2023
1 parent 96e5fc2 commit 471615c
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 @@ -2,7 +2,7 @@

set -euxo pipefail

brew install automake scons libsndfile
brew install automake scons

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 @@ -2,7 +2,7 @@

set -euxo pipefail

brew install automake scons libsndfile
brew install automake scons

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

0 comments on commit 471615c

Please sign in to comment.