view scripts/get_deps_mingw32.sh @ 164:5dc3a9b2b0d9

scripts/aubio_waf_msvc.patch: update
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 21:05:39 +0200
parents 5e944736a8ed
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_MINGW
do
  fetch $p
done

pushd vamp-plugin-sdk-2.6
make -f build/Makefile.mingw32
popd

popd