浏览代码

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 ()