@ -15,8 +15,7 @@ sources:
tasks:
- setup: |
cd zplugins
cd ext/Soundpipe && CC=gcc make && cd ../..
meson build
meson build -Dlv2dir=/usr/lib/lv2
- build: |
ninja -C build
../meson/meson.py build
../meson/meson.py build -Dlv2dir=/usr/lib/lv2
@ -17,8 +17,7 @@ sources:
cd ext/Soundpipe && gmake && cd ../..