From 30a114b0833bbc2fc9f7919557a3c867a5445b74 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 4 Oct 2021 13:10:59 +0100 Subject: [PATCH] Add framework, reorder a little --- otherbuilds/check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otherbuilds/check.sh b/otherbuilds/check.sh index d349837..874f6df 100755 --- a/otherbuilds/check.sh +++ b/otherbuilds/check.sh @@ -10,8 +10,8 @@ else make -f otherbuilds/Makefile.macos c++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -framework Accelerate ./test -V + c++ main/main.cpp single/RubberBandSingle.cpp -o test_single -lsndfile -framework Accelerate + ./test_single -V make -f otherbuilds/Makefile.macos clean make -f otherbuilds/Makefile.ios - c++ main/main.cpp single/RubberBandSingle.cpp -o test_single -lsndfile - ./test_single -V fi