소스 검색

Use glog <0.7.0 for folly (#4265)

jj683 1 년 전
부모
커밋
6e7c4b3c6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/f/folly/xmake.lua

+ 1 - 1
packages/f/folly/xmake.lua

@@ -32,7 +32,7 @@ package("folly")
     add_deps("cmake")
     add_deps("boost", {configs = {date_time = true, iostreams = true, context = true, filesystem = true, program_options = true, regex = true, system = true, thread = true}})
     add_deps("libevent", {configs = {openssl = true}})
-    add_deps("double-conversion", "gflags", "glog", "zlib", "fmt")
+    add_deps("double-conversion", "gflags", "glog <0.7.0", "zlib", "fmt")
     add_deps("bzip2", "lz4", "zstd", {optional = true})
     if is_plat("linux") then
         add_syslinks("pthread")