From 9b68aa23a926ab915676b39f331a1afc71d6e082 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Oct 2018 16:30:25 +0200 Subject: [PATCH] (libnx) Add HAVE_LANGEXTRA --- Makefile.libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libnx b/Makefile.libnx index 36b614de5e..00343d6b1c 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -46,6 +46,7 @@ HAVE_FREETYPE = 0 HAVE_SWITCH = 1 HAVE_LIBNX = 1 HAVE_OPENGL = 1 +HAVE_LANGEXTRA = 1 ifeq ($(HAVE_OPENGL), 1) HAVE_EGL = 1