Skip to content

Commit

Permalink
Install msgpack dependency for CentOS8 (#1559)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
ssuyuanchang and root authored Jan 16, 2025
1 parent e5426e8 commit eb00cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ install_packages( )

if [[ "${tensile_msgpack_backend}" == true ]]; then
library_dependencies_ubuntu+=("libmsgpack-dev")
library_dependencies_centos8=("msgpack-devel")
library_dependencies_fedora+=("msgpack-devel")
fi

Expand Down

0 comments on commit eb00cc8

Please sign in to comment.