Fixed gba_build to work with the new build files layout

This commit is contained in:
2017-10-11 21:40:35 -05:00
parent 77e0222201
commit 30a992efad
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ if(COMMAND OBJCOPY_FILE)
COMPILER_FLAGS "-mthumb -mthumb-interwork"
)
OBJCOPY_FILE(nostalgia)
OBJCOPY_FILE(../../../nostalgia)
#PADBIN_FILE(nostalgia)
endif()