From 261b28f59fa5580299f803951d3370cb657aad08 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 1 Jul 2023 16:18:22 -0500 Subject: [PATCH] [nostalgia] Remove host from build path --- scripts/pkg-gba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkg-gba b/scripts/pkg-gba index 83538c8d..3f7d1ba6 100755 --- a/scripts/pkg-gba +++ b/scripts/pkg-gba @@ -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/$(uname -n)/gba-*/src/nostalgia/player/nostalgia.bin +NOSTALGIA_BIN=build/gba-*/bin/nostalgia.bin NOSTALGIA_PROJECT=$1 NOSTALGIA_GBA=nostalgia.gba