aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 \