We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef06d5c commit 4f192cbCopy full SHA for 4f192cb
1 file changed
config.sh
@@ -4,6 +4,7 @@
4
function pre_build {
5
# Any stuff that you need to do before you start building the wheels
6
# Runs in the root directory of this repository.
7
+ source multibuild/library_builders.sh
8
if [ -n "$IS_OSX" ]; then
9
export CC=clang
10
export CXX=clang++
@@ -12,7 +13,6 @@ function pre_build {
12
13
# https://github.com/matplotlib/matplotlib/issues/6945
14
build_new_zlib
15
fi
- source multibuild/library_builders.sh
16
build_jpeg
17
build_libpng
18
build_bzip2
0 commit comments