Skip to content

Commit ac1decd

Browse files
committedAug 16, 2017
[travis] Install libzip for macos
1 parent 7764cd9 commit ac1decd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.ci/travis/macos/before_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ brew install \
5252
spatialindex \
5353
fastcgi \
5454
qtkeychain \
55-
gnu-sed
55+
gnu-sed \
56+
libzip
5657

5758

5859
mkdir -p ${HOME}/Library/Python/3.6/lib/python/site-packages

‎.ci/travis/macos/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ fcgi
3737
expat
3838
sqlite
3939
flex
40-
bison"
40+
bison
41+
libzip"
4142

4243
full_prefixes=""
4344
for p in ${prefixes}; do

0 commit comments

Comments
 (0)
Please sign in to comment.