8000 Add fix for brew install issue · MacPython/matplotlib-wheels@a57167a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit a57167a

Browse files
committed
Add fix for brew install issue
1 parent eba2650 commit a57167a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function pre_build {
77
if [ -n "$IS_OSX" ]; then
88
export CC=clang
99
export CXX=clang++
10-
brew install pkg-config
10+
brew install pkg-config || true
1111
# Problems on OSX 10.6 with zlib
1212
# https://github.com/matplotlib/matplotlib/issues/6945
1313
# Promote BUILD_PREFIX on search path to find new zlib

0 commit comments

Comments
 (0)
0