mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Makefile.in: fix path to pipewire daemon
This commit is contained in:
parent
e29969f937
commit
817f8fef07
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ run: all
|
|||
SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \
|
||||
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@ \
|
||||
PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire.conf \
|
||||
$(DBG) ./@BUILD_ROOT@/src/daemon/pipewire
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire
|
||||
|
||||
gdb:
|
||||
$(MAKE) run DBG=gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue