add libtool installation for debian

This commit is contained in:
crazywhalecc 2023-11-27 21:21:31 +08:00 committed by Jerry Ma
parent 5449e05898
commit 0589690eaa

View File

@ -28,7 +28,7 @@ class LinuxToolCheckList
'git', 'autoconf', 'automake',
'tar', 'unzip', 'gzip',
'bzip2', 'cmake', 'patch',
'xz',
'xz', 'libtool',
];
public const TOOLS_RHEL = [