From daf6af39105c71b11115d8408ddbe9d08402b63e Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 19 Apr 2019 07:12:45 +1000 Subject: [PATCH] Simplify examples build script for macOS. --- examples/build/ma_build_examples_mac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/build/ma_build_examples_mac b/examples/build/ma_build_examples_mac index 49f173ec..a579110a 100755 --- a/examples/build/ma_build_examples_mac +++ b/examples/build/ma_build_examples_mac @@ -1,6 +1,6 @@ -cc ../simple_playback.c -o ../bin/simple_playback -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox -cc ../simple_capture.c -o ../bin/simple_capture -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox -cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox -cc ../advanced_config.c -o ../bin/advanced_config -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox -cc ../simple_mixing.c -o ../bin/simple_mixing -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox -cc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox \ No newline at end of file +cc ../simple_playback.c -o ../bin/simple_playback -Wall -Wpedantic -std=c99 -lpthread -lm +cc ../simple_capture.c -o ../bin/simple_capture -Wall -Wpedantic -std=c99 -lpthread -lm +cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -Wpedantic -std=c99 -lpthread -lm +cc ../advanced_config.c -o ../bin/advanced_config -Wall -Wpedantic -std=c99 -lpthread -lm +cc ../simple_mixing.c -o ../bin/simple_mixing -Wall -Wpedantic -std=c99 -lpthread -lm +cc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten -Wall -Wpedantic -std=c99 -lpthread -lm