Skip to content

Commit

Permalink
fix type in install.sh (#1560)
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 eb00cc8 commit cf68a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ install_packages( )

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

Expand Down

0 comments on commit cf68a1b

Please sign in to comment.