Skip to content

Commit

Permalink
Update Appveyor macOS build for 10.12 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Apr 18, 2021
1 parent dc64790 commit 08a4cba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ for:
- job_group: 'Mac OS X'

before_build: |-
export MACOSX_DEPLOYMENT_TARGET=10.12
sudo ln -s /usr/local /opt/local;
brew update
# Build libsndfile and bdb from source to enable building for 10.12
brew install --build-from-source ./macos/HomebrewFormulae/berkeley-db.rb
brew install --build-from-source ./macos/HomebrewFormulae/libogg.rb
brew install --build-from-source ./macos/HomebrewFormulae/libvorbis.rb
brew install --build-from-source ./macos/HomebrewFormulae/libsndfile.rb
brew install qt5; export CMAKE_PREFIX_PATH="$(brew --prefix qt5)";
brew install libarchive; export PKG_CONFIG_PATH="$(brew --prefix libarchive)/lib/pkgconfig";
brew install libsndfile jack pulseaudio cppunit
Expand Down

0 comments on commit 08a4cba

Please sign in to comment.