diff options
| author | iamcheeseman <[email protected]> | 2026-05-08 23:17:56 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-08 23:17:56 -0400 |
| commit | 7f0408cf6f8474a787b691e8b6e8ae0881f5990f (patch) | |
| tree | a8082c638fa6df912272f858d6c40e28a7380ad5 /build.sh | |
| parent | d806c1abb4f4cdc0c8a6558f36ace7eda054ef87 (diff) | |
print platform sources correctly
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 \ |
