From 520f2420515a255097d0e5329e9cd6c487907bb7 Mon Sep 17 00:00:00 2001 From: M4xw Date: Fri, 28 Sep 2018 01:05:46 +0200 Subject: [PATCH] [LIBNX] Change static lib name to libretro_libnx.a --- Makefile.libnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libnx b/Makefile.libnx index b8a6ba87a3..45abc193b5 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -169,7 +169,7 @@ else endif #--------------------------------------------------------------------------------- -export OFILES := $(OBJ) libretro_switch.a +export OFILES := $(OBJ) libretro_libnx.a export HFILES_BIN := $(addsuffix .h,$(subst .,_,$(BINFILES))) export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \