mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 15:50:03 +01:00
Makefile: use the build dir found by wp-uninstalled to run wireplumber from
This commit is contained in:
parent
c444ebaae1
commit
07ada05e25
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ clean:
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
|
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
|
||||||
./wp-uninstalled.sh $(DBG) ./build/src/wireplumber
|
./wp-uninstalled.sh $(DBG) wireplumber
|
||||||
|
|
||||||
test:
|
test:
|
||||||
meson test -C build
|
meson test -C build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue