Commit a1fda70f authored by gauthier's avatar gauthier

Bug install SPGWC missing libfolly

parent ae2d43c0
......@@ -224,6 +224,9 @@ check_install_spgwc_deps() {
#install_fmt $1
#ret=$?;[[ $ret -ne 0 ]] && return $ret
install_fb_folly_from_source $1 $2
ret=$?;[[ $ret -ne 0 ]] && return $ret
install_spdlog_from_git $1 $2
ret=$?;[[ $ret -ne 0 ]] && return $ret
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment