From c5d1784d31d7bb4b3670f386567999df5d9cdef4 Mon Sep 17 00:00:00 2001 From: Mikhail Bautin <552936+mbautin@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:42:49 -0700 Subject: [PATCH] Do not attempt to show the version of libtool --- build_and_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_release.sh b/build_and_release.sh index 81cd5fab..02a22a0c 100755 --- a/build_and_release.sh +++ b/build_and_release.sh @@ -147,12 +147,12 @@ log "CPU architecture as reported by arch : $( arch )" echo "Bash version: $BASH_VERSION" +# Not adding libtool to this list because it does not support --version. tools_to_show_versions=( autoconf automake autoreconf cmake - libtool pkg-config python3 )