LADI
/
spa
1
Fork 0

Makefile.in: fix path to pipewire daemon

This commit is contained in:
Wim Taymans 2020-01-08 17:02:52 +01:00
parent e29969f937
commit 817f8fef07
1 changed files with 1 additions and 1 deletions

View File

@ -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