Skip to content

Commit

Permalink
Use glog <0.7.0 for folly
Browse files Browse the repository at this point in the history
  • Loading branch information
jj683 committed Jun 6, 2024
1 parent e8c4091 commit 6bda5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f/folly/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6bda5d3

Please sign in to comment.