[nostalgia] Change pkg-gba to use the build copy of nost-pack

This commit is contained in:
Gary Talent 2023-07-02 00:09:26 -05:00
parent 016f567c04
commit 2b7e3c93e0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ else
endif
.PHONY: pkg-gba
pkg-gba: install
pkg-gba:
${ENV_RUN} ${PYTHON3} ./scripts/pkg-gba.py sample_project
.PHONY: run

View File

@ -21,7 +21,7 @@ host_env = f'{os}-{arch}'
with open(".current_build","r") as f:
current_build = f.readlines()[0]
bin = f'./dist/{host_env}-{current_build}/bin/'
bin = f'./build/{host_env}-{current_build}/bin/'
nostalgia_bin = 'build/gba-release/bin/nostalgia.bin'
nostalgia_project = sys.argv[1]
nostalgia_gba = 'nostalgia.gba'