Skip to content

Commit

Permalink
Change order of build to ensure libvorbis rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Mar 7, 2021
1 parent 0886894 commit 72f5a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ for:
brew update
# Build libsndfile and bdb from source to enable building for 10.12
brew install --build-from-source ./macos/HomebrewFormulae/libsndfile.rb
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";
Expand Down

0 comments on commit 72f5a87

Please sign in to comment.