aboutsummaryrefslogtreecommitdiffstats
path: root/tools/macos-setup.sh
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@wireshark.org>2021-11-14 20:57:29 +0100
committerMichael Tuexen <tuexen@wireshark.org>2021-11-14 20:57:29 +0100
commit6587debb3b54724ef57af4570804aea86ae0b15b (patch)
tree35a900d10747f2a15903f7e11a70c2cc8ee87be8 /tools/macos-setup.sh
parent2d7bc59fae6ada495d5a8052fdc89dd878ed11c4 (diff)
tools: building pcre2 requires cmake.
So move it after cmake...
Diffstat (limited to 'tools/macos-setup.sh')
-rwxr-xr-xtools/macos-setup.sh4
1 files changed, 2 insertions, 2 deletions
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,