From cba69a4875f378fa6611988ef3169bc18f19fc84 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 23 Dec 2023 15:12:53 -0600 Subject: [PATCH] [jasper] Fix GBA build --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index afaf593..f958a3d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ BC_VAR_PROJECT_NAME=jasper BC_VAR_PROJECT_NAME_CAP=Jasper BUILDCORE_PATH=deps/nostalgia/deps/buildcore +GBABUILDCORE_PATH=deps/nostalgia/deps/gbabuildcore include ${BUILDCORE_PATH}/base.mk ifeq ($(BC_VAR_OS),darwin) @@ -35,11 +36,11 @@ debug-studio: build .PHONY: configure-gba configure-gba: - ${BC_CMD_SETUP_BUILD} --toolchain=deps/gbabuildcore/cmake/modules/GBA.cmake --target=gba --current_build=0 --build_type=release --build_root=${BC_VAR_BUILD_PATH} + ${BC_CMD_SETUP_BUILD} --toolchain=${GBABUILDCORE_PATH}/cmake/modules/GBA.cmake --target=gba --current_build=0 --build_type=release --build_root=${BC_VAR_BUILD_PATH} .PHONY: configure-gba-debug configure-gba-debug: - ${BC_CMD_SETUP_BUILD} --toolchain=deps/gbabuildcore/cmake/modules/GBA.cmake --target=gba --current_build=0 --build_type=debug --build_root=${BC_VAR_BUILD_PATH} + ${BC_CMD_SETUP_BUILD} --toolchain=${GBABUILDCORE_PATH}/cmake/modules/GBA.cmake --target=gba --current_build=0 --build_type=debug --build_root=${BC_VAR_BUILD_PATH} .PHONY: git-setup-nostalgia-remote git-setup-nostalgia-remote: