aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2020-08-01 16:56:56 -0400
committerGitHub <noreply@github.com>2020-08-01 13:56:56 -0700
commit5512eafd80a1f69384d1f06a19f7ca04fa7dad9b (patch)
tree55aa5eeb76e884060c34fc3bd2f8f842afc2da02 /scripts
parent021db935f6c5eed48e093e16e3bef1721cb3a156 (diff)
downloadvcpkg-5512eafd80a1f69384d1f06a19f7ca04fa7dad9b.tar.gz
vcpkg-5512eafd80a1f69384d1f06a19f7ca04fa7dad9b.zip
[mpg123] Allow cross-compiling, fix previous builds tainting rebuilds (#11535)
* [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 <roschuma@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/osx/azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
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