[nostalgia] Fix pkg-gba to use uname -n instead of hostname
This commit is contained in:
parent
b56d3692d0
commit
651db7a842
@ -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/$(hostname)/gba-*/src/nostalgia/player/nostalgia.bin
|
NOSTALGIA_BIN=build/$(uname -n)/gba-*/src/nostalgia/player/nostalgia.bin
|
||||||
NOSTALGIA_PROJECT=$1
|
NOSTALGIA_PROJECT=$1
|
||||||
NOSTALGIA_GBA=nostalgia.gba
|
NOSTALGIA_GBA=nostalgia.gba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user