Skip to content

Commit

Permalink
sndfile placed back in 3rd party args, add libsndfile install to buil…
Browse files Browse the repository at this point in the history
…d-3rdpaty.sh and univeral-binaries.sh
  • Loading branch information
Hrick87 committed Dec 16, 2023
1 parent 78345d6 commit 96e5fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
brew install automake scons libsndfile

scons -Q \
--enable-werror \
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci_checks/macos/standard-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ scons -Q \
--enable-examples \
--enable-debug \
--sanitizers=all \
--build-3rdparty=openfec \
--build-3rdparty=openfec,sndfile \
test

# release build
Expand All @@ -24,5 +24,5 @@ scons -Q \
--enable-tests \
--enable-benchmarks \
--enable-examples \
--build-3rdparty=openfec \
--build-3rdparty=openfec,sndfile \
test
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
brew install automake scons libsndfile

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

0 comments on commit 96e5fc2

Please sign in to comment.