[nostalgia] Fix pkg-gba to work with new current build system
This commit is contained in:
parent
591cff6f04
commit
7671a379c6
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
BIN=./dist/$(cat .current_build)/bin/
|
OS=$(uname | tr [:upper:] [:lower:])
|
||||||
|
HOST_ENV=${OS}-$(uname -m)
|
||||||
|
|
||||||
|
BIN=./dist/${HOST_ENV}-$(cat .current_build)/bin/
|
||||||
PATH=$BIN:${DEVKITPRO}/tools/bin/:${DEVKITARM}/bin/:$PATH
|
PATH=$BIN:${DEVKITPRO}/tools/bin/:${DEVKITARM}/bin/:$PATH
|
||||||
NOSTALGIA_BIN=build/gba-*/src/nostalgia/player/nostalgia.bin
|
NOSTALGIA_BIN=build/gba-*/src/nostalgia/player/nostalgia.bin
|
||||||
NOSTALGIA_MEDIA=nostalgia_media.oxfs
|
NOSTALGIA_MEDIA=nostalgia_media.oxfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user