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: