From 07ada05e253ebf8f342069972c48ad8e22475889 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 15 Oct 2021 13:55:22 +0300 Subject: [PATCH] Makefile: use the build dir found by wp-uninstalled to run wireplumber from --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8c3ff9f..1536568a 100644 --- a/Makefile +++ b/Makefile @@ -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