mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
eaf5e4a24d
commit
6e0effbd34
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ dist: xenial
|
|||
cache:
|
||||
ccache: true
|
||||
|
||||
env:
|
||||
global:
|
||||
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue