From 72f5a876b4d7a928479d68225bf6926bbcbedbbf Mon Sep 17 00:00:00 2001 From: Colin McEwan Date: Sun, 7 Mar 2021 10:27:16 +0000 Subject: [PATCH] Change order of build to ensure libvorbis rebuilt --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1075893c9e..8da5b5b4d3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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";