8000 Library builders scropt before building zlib · MacPython/matplotlib-wheels@4f192cb · 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 4f192cb

Browse files
committed
Library builders scropt before building zlib
1 parent ef06d5c commit 4f192cb

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
@@ -4,6 +4,7 @@
44
function pre_build {
55
# Any stuff that you need to do before you start building the wheels
66
# Runs in the root directory of this repository.
7+
source multibuild/library_builders.sh
78
if [ -n "$IS_OSX" ]; then
89
export CC=clang
910
export CXX=clang++
@@ -12,7 +13,6 @@ function pre_build {
1213
# https://github.com/matplotlib/matplotlib/issues/6945
1314
build_new_zlib
1415
fi
15-
source multibuild/library_builders.sh
1616
build_jpeg
1717
build_libpng
1818
build_bzip2

0 commit comments

Comments
 (0)
0