فهرست منبع

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("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("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("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})
     add_deps("bzip2", "lz4", "zstd", {optional = true})
     if is_plat("linux") then
     if is_plat("linux") then
         add_syslinks("pthread")
         add_syslinks("pthread")