Add framework, reorder a little

This commit is contained in:
Chris Cannam
2021-10-04 13:10:59 +01:00
parent 1f8173b619
commit 30a114b083

View File

@@ -10,8 +10,8 @@ else
make -f otherbuilds/Makefile.macos make -f otherbuilds/Makefile.macos
c++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -framework Accelerate c++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -framework Accelerate
./test -V ./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.macos clean
make -f otherbuilds/Makefile.ios make -f otherbuilds/Makefile.ios
c++ main/main.cpp single/RubberBandSingle.cpp -o test_single -lsndfile
./test_single -V
fi fi