view scripts/get_deps_osx.sh @ 175:18f453a30ac7

scripts/get_aubio.sh: compile against lasts release when VAMP_AUBIO_VERSION_STATUS is empty
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 17:35:29 +0100
parents f8518e1e57e3
children
line wrap: on
line source
#! /bin/bash


source scripts/resources

#rm -rf contrib/
mkdir -p contrib/

pushd contrib

for p in $VAMP_PLUGIN_SDK $VAMP_PLUGIN_SDK_OSX
do
  fetch $p
done

popd