Mercurial > hg > vamp-aubio-plugins
view scripts/get_deps_mingw64.sh @ 184:4c5d41e39a15
scripts/get_aubio.sh: use absolute path for windows
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 20:11:18 +0100 |
parents | 12061ea45c26 |
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.mingw64 popd popd