From 9221e4e845e193f6e7eb6cbd5c4e0a30e0695c40 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Thu, 16 Aug 2018 13:08:29 -0400 Subject: [PATCH] Discord integration requires a C++ linker --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 5f4106db23..7799e67183 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1735,6 +1735,7 @@ ifeq ($(HAVE_NETWORKING), 1) endif ifeq ($(HAVE_DISCORD), 1) + NEED_CXX_LINKER = 1 DEFINES += -DHAVE_DISCORD DEFINES += -Ideps/discord-rpc/include/ -Ideps/discord-rpc/thirdparty/rapidjson-1.1.0/include/ OBJ += deps/discord-rpc/src/discord_rpc.o \