[nostalgia] Remove host from build path
This commit is contained in:
parent
d04d48124e
commit
261b28f59f
@ -7,7 +7,7 @@ OS=$(uname | tr [:upper:] [:lower:])
|
|||||||
HOST_ENV=${OS}-$(uname -m)
|
HOST_ENV=${OS}-$(uname -m)
|
||||||
|
|
||||||
BIN=./dist/${HOST_ENV}-$(cat .current_build)/bin/
|
BIN=./dist/${HOST_ENV}-$(cat .current_build)/bin/
|
||||||
NOSTALGIA_BIN=build/$(uname -n)/gba-*/src/nostalgia/player/nostalgia.bin
|
NOSTALGIA_BIN=build/gba-*/bin/nostalgia.bin
|
||||||
NOSTALGIA_PROJECT=$1
|
NOSTALGIA_PROJECT=$1
|
||||||
NOSTALGIA_GBA=nostalgia.gba
|
NOSTALGIA_GBA=nostalgia.gba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user