From 6e0effbd344b423d0e5c6202d0098778ce1e4106 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 7 Feb 2019 11:36:19 +0000 Subject: [PATCH] travis: fix osx make build This variable was removed in commit 087af992a276e7478c9c "travis: remove unused linux code path" because it looked like it was only used by the Linux build. Turns out I was wrong, so let's restore it. Signed-off-by: Eric Engestrom Reviewed-by: Kristian H. Kristensen Reviewed-by: Dylan Baker --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f061ad5..96235a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ dist: xenial cache: ccache: true +env: + global: + - PKG_CONFIG_PATH="$PKG_CONFIG_PATH" + matrix: include: - env: -- 2.7.4