Skip to content

Commit

Permalink
Point to where travis actually linked tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Mar 6, 2019
1 parent 3078d81 commit 18e379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ before_install:

script:
- autoreconf -vi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --with-tcl=/usr/local/lib; else ./configure; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --with-tcl=/usr/local/opt/tcl-tk/lib; else ./configure; fi
- make
- sudo make install

0 comments on commit 18e379e

Please sign in to comment.