From 6587debb3b54724ef57af4570804aea86ae0b15b Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sun, 14 Nov 2021 20:57:29 +0100 Subject: tools: building pcre2 requires cmake. So move it after cmake... --- tools/macos-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/macos-setup.sh') diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index dae2e998cd..7808264c1b 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -2969,8 +2969,6 @@ install_all() { install_pcre - install_pcre2 - install_autoconf install_automake @@ -2979,6 +2977,8 @@ install_all() { install_cmake + install_pcre2 + # # Install Python 3 now; not only is it needed for the Wireshark # build process, it's also needed for the Meson build system, -- cgit v1.2.3