Skip to content

Commit

Permalink
kjk
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Dec 23, 2017
1 parent 237d75b commit 435b13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/osx..install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ brew install fftw --ignore-dependencies
# Recompile fluid-synth without CoreAudio per issues #649
# Ruby formula must be a URL

brew reinstall --build-from-source "https://gist.githubusercontent.com/tresf/c9260c43270abd4ce66ff40359588435/raw/fluid-synth.rb"
brew install --build-from-source "https://gist.githubusercontent.com/tresf/c9260c43270abd4ce66ff40359588435/raw/fluid-synth.rb"

# Build libgig 4.1.0 from source to avoid 3.3.0 "ISO C++11 does not allow access declarations"
brew reinstall --build-from-source "https://raw.githubusercontent.com/tresf/homebrew-core/gig/Formula/libgig.rb"
brew install --build-from-source "https://raw.githubusercontent.com/tresf/homebrew-core/gig/Formula/libgig.rb"

sudo npm install -g appdmg

0 comments on commit 435b13a

Please sign in to comment.