Add CXX_LINKER to the builtin glslang.

Fixes https://github.com/libretro/RetroArch/issues/10112.
This commit is contained in:
orbea 2020-02-13 13:20:14 -08:00
parent 59d6ad6b05
commit c9c50f286c

View File

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