From 9d1ea1e7cfa256c7f5cac027382d92f658734ccb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 25 Jul 2019 17:49:16 +0200 Subject: Add generic logger interface for propagating messages while loading drumkits to the commandline and/or plugin UI. --- testdist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdist.sh') diff --git a/testdist.sh b/testdist.sh index 288b072..46dce08 100755 --- a/testdist.sh +++ b/testdist.sh @@ -24,7 +24,7 @@ make dist && ( ./configure --enable-lv2 --enable-cli --enable-vst \ --with-vst-sources="$VST_BASE" --prefix=/usr \ --with-test --with-lv2dir=$PWD/tst/install/lv2 - make + V=0 make -j12 DESTDIR=$PWD/tst/install make install (cd plugin; make install) make check -- cgit v1.2.3