Merge pull request #6702 from orbea/cxx_linker

Makefile.common: Fix vulkan builds on 32-bit linux.
This commit is contained in:
Twinaphex 2018-05-02 20:49:54 +02:00 committed by GitHub
commit 44e935c64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1189,7 +1189,7 @@ ifeq ($(HAVE_VULKAN), 1)
ifeq ($(HAVE_MENU_COMMON), 1)
OBJ += menu/drivers_display/menu_display_vulkan.o
endif
#LIBS += -lstdc++
NEED_CXX_LINKER = 1
DEFINES += -DHAVE_VULKAN
INCLUDE_DIRS += -Igfx/include