Merge pull request #10115 from orbea/cxx_linker

Add CXX_LINKER to the builtin glslang.
This commit is contained in:
Twinaphex 2020-02-13 22:26:49 +01:00 committed by GitHub
commit 637ff87e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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