Skip to content

Commit

Permalink
Removal of sndfile from standard-build.sh build-3rd party argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Dec 16, 2023
1 parent 9a64a0e commit 24f0372
Showing 1 changed file with 2 additions and 2 deletions.
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,sndfile \
--build-3rdparty=openfec \
test

# release build
Expand All @@ -24,5 +24,5 @@ scons -Q \
--enable-tests \
--enable-benchmarks \
--enable-examples \
--build-3rdparty=openfec,sndfile \
--build-3rdparty=openfec \
test

0 comments on commit 24f0372

Please sign in to comment.