Skip to content

Commit

Permalink
Forgot FMT and further fixes to sndfile build command in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Dec 16, 2023
1 parent a6d2098 commit 287f25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 \
--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 src/tests/roc_sndio/test_pump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "roc_core/heap_arena.h"
#include "roc_core/stddefs.h"
#include "roc_core/temp_file.h"
#include "roc_sndio/pump.h"
#include "roc_sndio/config.h"
#include "roc_sndio/pump.h"
#ifdef ROC_TARGET_SOX
#include "roc_sndio/sox_sink.h"
#include "roc_sndio/sox_source.h"
Expand Down

0 comments on commit 287f25a

Please sign in to comment.