[LIBNX] Change static lib name to libretro_libnx.a

This commit is contained in:
M4xw 2018-09-28 01:05:46 +02:00
parent 0aef172fff
commit 520f242051

View File

@ -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)) \