From c9c50f286c7f851253bda2c679f299455ed74a04 Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 13 Feb 2020 13:20:14 -0800 Subject: [PATCH] Add CXX_LINKER to the builtin glslang. Fixes https://github.com/libretro/RetroArch/issues/10112. --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 535cfd9d4b..863807e511 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1543,6 +1543,7 @@ ifeq ($(HAVE_SHADERS_COMMON), 1) endif ifeq ($(HAVE_BUILTINGLSLANG), 1) + NEED_CXX_LINKER = 1 HAVE_GLSLANG_COMMON = 1 ifneq ($(findstring Win32,$(OS)),)