From 7f0408cf6f8474a787b691e8b6e8ae0881f5990f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 8 May 2026 23:17:56 -0400 Subject: print platform sources correctly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0a51ab1..9d8730b 100755 --- a/build.sh +++ b/build.sh @@ -55,7 +55,7 @@ platform_src=$(find platform/$platform -name '*.c') echo -e "dc:\t\t$(tr '\n' ' ' <<< "$dc_src")" echo -e "teensy:\t\t$(tr '\n' ' ' <<< "$teensy_src")" -echo -e "platform:\t$platform_src" +echo -e "platform:\t$(tr '\n' ' ' <<< "$platform_src")" echo -e "building libteensy\t: ${teensy_ldflags[@]} ${teensy_cflags[@]}" $cc -shared -o libteensy.so \ -- cgit v1.3-2-g0d8e