diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
