travis: Make OSX build work again by not installing pkgconfig.
Recent builds are failing with the following error: Error: pkg-config 0.29.2 is already installed Assuming this will be the case form now on, we don't have to install pkgconfig anymore.
This commit is contained in:
parent
c5a21a94f8
commit
bd5633778f
@ -211,8 +211,6 @@ jobs:
|
||||
env:
|
||||
- NAME="unix port build with clang on OSX"
|
||||
- PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
|
||||
install:
|
||||
- brew install pkgconfig
|
||||
script:
|
||||
- make ${MAKEOPTS} -C mpy-cross
|
||||
- make ${MAKEOPTS} -C ports/unix submodules
|
||||
|
Loading…
x
Reference in New Issue
Block a user