TravisCI: Another stab at fixing OSX build.

See https://github.com/Tarsnap/spiped/pull/92
pull/1/head
Christian Beier 7 years ago
parent c1478fed64
commit ce848322ec
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -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
Loading…
Cancel
Save