From 55c054975eb7f043171596eeb9a9dad9952b9ef9 Mon Sep 17 00:00:00 2001 From: Mitchell Lehman Date: Tue, 3 Nov 2020 14:32:59 -0500 Subject: [PATCH] Updated path for libnx core name fetching --- Makefile.libnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libnx b/Makefile.libnx index bc051d54..1731630d 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -4,7 +4,7 @@ upgrade: @./libretro-upgrade.sh fetch: - @./libretro-fetch.sh retroarch $(grep -Eo '^[^ ]+' ${BASE_DIR}/recipes/nintendo/libnx) + @./libretro-fetch.sh retroarch $(grep -Eo '^[^ ]+' ./recipes/nintendo/libnx) build: @./libretro-build-libnx.sh