From c67e505a741562b49e88a8bf97b227e0b8dcc409 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 2 Sep 2016 17:52:02 -0700 Subject: [PATCH] mason: install zlib system symlink to ensure consistently zlib linking [skip ci] --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 7946805c9..e926c26bc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -49,6 +49,7 @@ ICU_VERSION="55.1" function install_mason_deps() { FAIL=0 install ccache 3.3.0 & + install zlib system & install jpeg_turbo 1.5.0 libjpeg & install libpng 1.6.24 libpng & install libtiff 4.0.6 libtiff &