|
|
@ -40,7 +40,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 <0.7.0", "zlib", "fmt") |
|
|
|
add_deps("double-conversion", "gflags", "glog <0.7.0", "zlib", "fmt <11") |
|
|
|
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") |
|
|
|