Skip to content

Commit

Permalink
travis: osx: modify CPPFLAGS and LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Sep 22, 2018
1 parent 5753944 commit ad216ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ matrix:
- PYTHON_VER=2.7.10
- PYENV_ROOT="$HOME/.pyenv"
- PATH="$PYENV_ROOT/bin:$PATH"
- CPPFLAGS="-I/usr/local/opt/openssl/include $CPPFLAGS"
- LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
- if: type = cron OR tag is present
os: osx
osx_image: xcode7.3
Expand Down

0 comments on commit ad216ac

Please sign in to comment.