aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-05-03 17:24:10 +0200
committerPeter Wu <peter@lekensteyn.nl>2018-05-04 08:30:07 +0000
commit12613415ef0ffb41e36863dfca42c5e71297e330 (patch)
treefb339741cc4977effa4cc1a0b214b568039a2fe4 /tools
parentae6afe416b07771234334334eecb0feadaaab52f (diff)
travis: use ninja for building.
Change-Id: I18cf4c79e6073955d8224c7a37f906ec54a8edbc Reviewed-on: https://code.wireshark.org/review/27324 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup-brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index 41bf694c39..db980948be 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -13,7 +13,7 @@
brew update
#install some libs needed by Wireshark
-brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2 json-glib
+brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2 json-glib ninja
#install Qt5
brew install qt5