travis: fix osx make build

This variable was removed in commit 087af992a2 "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>
This commit is contained in:
Eric Engestrom 2019-02-07 11:36:19 +00:00 committed by Eric Engestrom
parent eaf5e4a24d
commit 6e0effbd34

View file

@ -5,6 +5,10 @@ dist: xenial
cache:
ccache: true
env:
global:
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
matrix:
include:
- env: