From 16d7c6a9335a9fd59b575d3e1f28a309f8ddd5d6 Mon Sep 17 00:00:00 2001 From: Jeff Waugh Date: Thu, 14 Feb 2019 22:55:02 +1100 Subject: [PATCH] build: Fix macOS build Add pkg-config to fix builds with augeas and libvirt on macOS. --- misc/make-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 249ba697..7077e79c 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -52,7 +52,7 @@ fi if [ ! -z "$BREW" ]; then # coreutils contains gtimeout, gstat, etc - $BREW install libvirt augeas coreutils || true + $BREW install pkg-config libvirt augeas coreutils || true fi if [ ! -z "$PACMAN" ]; then