[nostalgia] Change pkg-gba to use the build copy of nost-pack
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user