BUILD: Fix macOS static and bundle targets with discord integration

This commit is contained in:
Thierry Crozat 2020-08-25 21:40:06 +01:00
parent 746ec5ce36
commit ceb87f20c7

View File

@ -407,6 +407,10 @@ ifdef USE_ZLIB
OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a
endif
ifdef USE_DISCORD
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libdiscord-rpc.a
endif
ifdef USE_SPARKLE
ifdef MACOSX
ifneq ($(SPARKLEPATH),)