diff options
author | Eric Engestrom <[email protected]> | 2019-02-07 11:36:19 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-07 20:14:14 +0000 |
commit | 6e0effbd344b423d0e5c6202d0098778ce1e4106 (patch) | |
tree | f908577ae1d95b37572fd5de3f9c9cda8cdf452e /.travis.yml | |
parent | eaf5e4a24d225db0caa3de04060bb51cb67d464f (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 <[email protected]>
Reviewed-by: Kristian H. Kristensen <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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: |