Age | Commit message (Collapse) | Author |
|
BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended.
|
|
Use devkitarm's configured tools
|
|
|
|
Another macOS fix
|
|
|
|
|
|
avoid assembler warning when using -fhex-asm
|
|
Stop the script on the first error using the set -e command
|
|
Libc fix
|
|
|
|
|
|
|
|
revo is dumb
|
|
|
|
|
|
|
|
add libc building to agbcc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finally fix 64-bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix build on MSYS2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|