Skip to content

Commit

Permalink
Merge pull request koalaman#1783 from ArturKlauser/fix-osx-travis-build
Browse files Browse the repository at this point in the history
Fix OSX build on Travis
  • Loading branch information
koalaman authored Jan 5, 2020
2 parents 9008a68 + 926ee54 commit c7bf1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .compile_binaries
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ build_osx() {
# Darwin x86_64 executable
brew update
brew install cabal-install pandoc gnu-tar
sudo ln -s /usr/local/bin/gsha512sum /usr/local/bin/sha512sum
sudo ln -s /usr/local/bin/gtar /usr/local/bin/tar
sudo ln -sf /usr/local/bin/gsha512sum /usr/local/bin/sha512sum
sudo ln -sf /usr/local/bin/gtar /usr/local/bin/tar
export PATH="/usr/local/bin:$PATH"

cabal update
Expand Down

0 comments on commit c7bf1fd

Please sign in to comment.