diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-07-25 17:49:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-09-28 20:37:47 +0200 |
commit | 9d1ea1e7cfa256c7f5cac027382d92f658734ccb (patch) | |
tree | 39ec7cdaa8ed571137430ccbbc0a391bb27427a3 /testdist.sh | |
parent | cd9af98abdce1fe3759e786d6b010a7fe3395e2c (diff) |
Add generic logger interface for propagating messages while loading drumkits to the commandline
and/or plugin UI.
Diffstat (limited to 'testdist.sh')
-rwxr-xr-x | testdist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |