[Scummvm-git-logs] scummvm master -> ceb87f20c7597e14a32052435e153445fb30964b
criezy
criezy at scummvm.org
Tue Aug 25 20:40:55 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ceb87f20c7 BUILD: Fix macOS static and bundle targets with discord integration
Commit: ceb87f20c7597e14a32052435e153445fb30964b
https://github.com/scummvm/scummvm/commit/ceb87f20c7597e14a32052435e153445fb30964b
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-08-25T21:40:06+01:00
Commit Message:
BUILD: Fix macOS static and bundle targets with discord integration
Changed paths:
ports.mk
diff --git a/ports.mk b/ports.mk
index 035de4cc57..420b3082fa 100644
--- a/ports.mk
+++ b/ports.mk
@@ -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),)
More information about the Scummvm-git-logs
mailing list