view scripts/get_deps_linux.sh @ 128:853f9644ad9c

scripts/get_waf.sh: use 1.8.22
author Paul Brossier <piem@piem.org>
date Fri, 22 Jul 2016 05:20:09 +0200
parents dbbb66140bb7
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_LINUX32 $VAMP_PLUGIN_SDK_LINUX64
do
  fetch $p
done

popd