From 361ca1e8b458e783d322f1904335cc2ef357d328 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 15 Sep 2020 16:49:19 -0700 Subject: [PATCH] add link to CoreServices framework --- make-mac.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-mac.mk b/make-mac.mk index c608e037d..02765d24e 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -32,7 +32,7 @@ ifeq ($(ZT_CONTROLLER),1) INCLUDES+=-I/usr/local/opt/libpq/include -Iext/hiredis-0.14.1/include/ -Iext/redis-plus-plus-1.1.1/install/macos/include/sw/ endif -LIBS+=-framework SystemConfiguration -framework CoreFoundation +LIBS+=-framework CoreServices -framework SystemConfiguration -framework CoreFoundation # Official releases are signed with our Apple cert and apply software updates by default ifeq ($(ZT_OFFICIAL_RELEASE),1)