From 5512eafd80a1f69384d1f06a19f7ca04fa7dad9b Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Sat, 1 Aug 2020 16:56:56 -0400 Subject: [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds (#11535) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds * [mpg123] Rewrite to use vcpkg_configure_make * Update ports/mpg123/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [mpg123] Use vcpkg_execute_required_process * [mpg123] Bump CONTROL version * [mpg123] Remove unneeded legacy lines and strip out trailing newline from dumpmachine * pre-install yasm on OSX. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher Co-authored-by: JackBoosY --- scripts/azure-pipelines/osx/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml index cbf401fd3..3c9510bac 100644 --- a/scripts/azure-pipelines/osx/azure-pipelines.yml +++ b/scripts/azure-pipelines/osx/azure-pipelines.yml @@ -22,6 +22,7 @@ jobs: brew list libtool || brew install libtool brew list bison || brew install bison brew list gfortran || brew cask install gfortran + brew list yasm || brew install yasm displayName: 'Install brew dependencies' - bash: | sudo mkdir /Users/vagrant/Data/downloads || 0 -- cgit v1.2.3