diff options
author | Christian Beier <dontmind@freeshell.org> | 2016-11-24 20:22:07 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2016-11-24 20:22:07 +0100 |
commit | ce848322ecb56c1d62b01fca21aaf5caeb917e97 (patch) | |
tree | d51d9df5669d23c12f914d0af93fd2248724bac3 /.travis.yml | |
parent | c1478fed64d7d4c951163d3248b354cbc5dc2a14 (diff) | |
download | libtdevnc-ce848322ecb56c1d62b01fca21aaf5caeb917e97.tar.gz libtdevnc-ce848322ecb56c1d62b01fca21aaf5caeb917e97.zip |
TravisCI: Another stab at fixing OSX build.
See https://github.com/Tarsnap/spiped/pull/92
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 770d96c..99ff4b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,8 @@ compiler: - gcc - clang +before_install: +- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi' + # before build script, run autoreconf before_script: autoreconf -fiv
\ No newline at end of file |