Mercurial > hg > piper-vamp-js-builds
changeset 56:5e9027b32179 tip master
Fixes for updated subrepos
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 16 May 2018 15:51:14 +0100 |
parents | bbcce33e758d |
children | |
files | build-all.sh qm-vamp-plugins/Makefile |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build-all.sh Wed May 16 15:51:04 2018 +0100 +++ b/build-all.sh Wed May 16 15:51:14 2018 +0100 @@ -7,7 +7,13 @@ set -eu -./vext install +./repoint install + +for x in ext/* ; do + if [ -f "$x"/repoint-project.json ]; then + ( cd "$x" && ../../repoint install ) + fi +done for x in *; do if [ -d "$x" ] && [ -d "ext/$x" ] && [ -f "$x/Makefile" ]; then
--- a/qm-vamp-plugins/Makefile Wed May 16 15:51:04 2018 +0100 +++ b/qm-vamp-plugins/Makefile Wed May 16 15:51:14 2018 +0100 @@ -5,7 +5,7 @@ MODULE_NAME := QMVampPlugins QMV := $(QM_VAMP_PLUGINS_DIR) -DSP := $(QMV)/qm-dsp +DSP := $(QMV)/lib/qm-dsp EXT := $(DSP)/ext INCLUDES := -I$(QMV) -I$(DSP) -I$(EXT)/kissfft -I$(EXT)/kissfft/tools