소스 검색

fix builds on macOS

James Robert 4 년 전
부모
커밋
f5ec5eade9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/CMakeLists.txt

+ 1 - 0
src/CMakeLists.txt

@@ -96,6 +96,7 @@ if (USE_SCHANNEL_BACKEND)
 endif ()
 
 if (USE_NSURL_BACKEND)
+	target_link_libraries (https "-framework Foundation")
 	target_link_libraries (https https-nsurl)
 endif ()