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:
committed by
Eric Engestrom
parent
eaf5e4a24d
commit
6e0effbd34
@@ -5,6 +5,10 @@ dist: xenial
|
||||
cache:
|
||||
ccache: true
|
||||
|
||||
env:
|
||||
global:
|
||||
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env:
|
||||
|
||||
Reference in New Issue
Block a user