Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jj683 committed Oct 15, 2024
1 parent f142c22 commit bed3339
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 @@ -44,7 +44,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 <0.7.0", "zlib", "fmt <11")
add_deps("double-conversion", "fast_float", "gflags", "glog <0.7.0", "zlib", "fmt <11")
add_deps("bzip2", "lz4", "zstd", {optional = true})
if is_plat("linux") then
add_syslinks("pthread")
Expand Down

0 comments on commit bed3339

Please sign in to comment.