From 5eaa86a934a1f7fd63ccb64514f75b9c3855b333 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 30 Sep 2023 13:36:17 -0500 Subject: [PATCH] Update main Makefile to use host debugger --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69ee7c69..338e1282 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ gba-run: pkg-gba ${MGBA} nostalgia.gba .PHONY: debug debug: build - ${BC_CMD_DEBUGGER} ./build/${BC_VAR_CURRENT_BUILD}/bin/nostalgia sample_project + ${BC_CMD_HOST_DEBUGGER} ./build/${BC_VAR_CURRENT_BUILD}/bin/nostalgia sample_project .PHONY: debug-studio debug-studio: build - ${BC_CMD_DEBUGGER} ${NOSTALGIA_STUDIO} + ${BC_CMD_HOST_DEBUGGER} ${NOSTALGIA_STUDIO} .PHONY: configure-gba configure-gba: