summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-02-07 11:36:19 +0000
committerEric Engestrom <eric@engestrom.ch>2019-02-07 20:14:14 +0000
commit6e0effbd344b423d0e5c6202d0098778ce1e4106 (patch)
treef908577ae1d95b37572fd5de3f9c9cda8cdf452e /.travis.yml
parenteaf5e4a24d225db0caa3de04060bb51cb67d464f (diff)
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 <eric.engestrom@intel.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f061ad5ac50..96235a72a4c 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: