소스 검색

add link to CoreServices framework

Grant Limberg 4 년 전
부모
커밋
361ca1e8b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      make-mac.mk

+ 1 - 1
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)