aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-08 23:17:56 -0400
committeriamcheeseman <[email protected]>2026-05-08 23:17:56 -0400
commit7f0408cf6f8474a787b691e8b6e8ae0881f5990f (patch)
treea8082c638fa6df912272f858d6c40e28a7380ad5 /build.sh
parentd806c1abb4f4cdc0c8a6558f36ace7eda054ef87 (diff)
print platform sources correctly
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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 \