mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
The 'target' directory doesn't exist???
This commit is contained in:
parent
2cf4be6094
commit
a5afbda9da
2
.github/scripts/build-example-gba-files.sh
vendored
2
.github/scripts/build-example-gba-files.sh
vendored
|
@ -14,7 +14,7 @@ function build_rom() {
|
|||
pushd "examples/$GAME_NAME"
|
||||
cargo build --release --verbose --target thumbv4t-none-eabi
|
||||
|
||||
find target
|
||||
find .
|
||||
|
||||
arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE"
|
||||
gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"
|
||||
|
|
Loading…
Reference in a new issue