mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10: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
|
||||
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
|
||||
./wp-uninstalled.sh $(DBG) ./build/src/wireplumber
|
||||
./wp-uninstalled.sh $(DBG) wireplumber
|
||||
|
||||
test:
|
||||
meson test -C build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue