Makefile: use the build dir found by wp-uninstalled to run wireplumber from

This commit is contained in:
George Kiagiadakis
2021-10-15 13:55:22 +03:00
parent c444ebaae1
commit 07ada05e25

View File

@@ -14,7 +14,7 @@ clean:
run: all
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
./wp-uninstalled.sh $(DBG) ./build/src/wireplumber
./wp-uninstalled.sh $(DBG) wireplumber
test:
meson test -C build