[nostalgia] Change pkg-gba to use the build copy of nost-pack
This commit is contained in:
parent
016f567c04
commit
2b7e3c93e0
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: pkg-gba
|
.PHONY: pkg-gba
|
||||||
pkg-gba: install
|
pkg-gba:
|
||||||
${ENV_RUN} ${PYTHON3} ./scripts/pkg-gba.py sample_project
|
${ENV_RUN} ${PYTHON3} ./scripts/pkg-gba.py sample_project
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
|
@ -21,7 +21,7 @@ host_env = f'{os}-{arch}'
|
|||||||
with open(".current_build","r") as f:
|
with open(".current_build","r") as f:
|
||||||
current_build = f.readlines()[0]
|
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_bin = 'build/gba-release/bin/nostalgia.bin'
|
||||||
nostalgia_project = sys.argv[1]
|
nostalgia_project = sys.argv[1]
|
||||||
nostalgia_gba = 'nostalgia.gba'
|
nostalgia_gba = 'nostalgia.gba'
|
||||||
|
Loading…
Reference in New Issue
Block a user