Skip to content

Commit 9f0b997

Browse files
author
MarcoFalke
authored
[travis] Work around osx libtool issue
c.f. mkrufky/libdvbtee#22
1 parent d9e62d3 commit 9f0b997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
language: cpp
32

43
compiler:
@@ -26,6 +25,7 @@ addons:
2625
- pkg-config
2726

2827
before_script:
28+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; brew install libtool; fi
2929
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
3030
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
3131

0 commit comments

Comments
 (0)