From 1bc8a3fb1424b08122a8a8e5c99f948d5724f149 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 23 Sep 2016 11:22:25 +0200 Subject: [PATCH] add libtool for osx build --- build-and-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-and-test.sh b/build-and-test.sh index 37db62d..b690d0f 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -37,6 +37,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then else ARCH=osx brew update + brew install libtool brew install help2man brew install pkg-config brew install gengetopt