8000 Update multibuild; use pkg-config installer · MacPython/matplotlib-wheels@57399b9 · 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 57399b9

Browse files
committed
Update multibuild; use pkg-config installer
1 parent 5963f45 commit 57399b9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ function pre_build {
1515
if [ -n "$IS_OSX" ]; then
1616
export CC=clang
1717
export CXX=clang++
18-
command -v pkg-config >/dev/null 2>&1 || {
19-
brew install pkg-config
20-
}
18+
install_pkg_config
2119
# Problems on OSX 10.6 with zlib
2220
# https://github.com/matplotlib/matplotlib/issues/6945
2321
# Promote BUILD_PREFIX on search path to find new zlib

multibuild

0 commit comments

Comments
 (0)
0