Thanks to visit codestin.com
Credit goes to github.com

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

Commit ef06d5c

Browse files
committed
Try new zlib for OSX - problems on 10.6
1 parent 393f384 commit ef06d5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ function pre_build {
88
export CC=clang
99
export CXX=clang++
1010
brew install pkg-config
11+
# Problems on OSX 10.6 with zlib
12+
# https://github.com/matplotlib/matplotlib/issues/6945
13+
build_new_zlib
1114
fi
1215
source multibuild/library_builders.sh
1316
build_jpeg

0 commit comments

Comments
 (0)