[nostalgia] Fix pkg-gba to use uname -n instead of hostname

This commit is contained in:
Gary Talent 2023-04-01 19:52:03 -05:00
parent b56d3692d0
commit 651db7a842

View File

@ -7,7 +7,7 @@ OS=$(uname | tr [:upper:] [:lower:])
HOST_ENV=${OS}-$(uname -m)
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_GBA=nostalgia.gba