mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Makefile: remove trailing slashes from env variables
This commit is contained in:
parent
131832d441
commit
0f03109cb6
1 changed files with 4 additions and 4 deletions
|
|
@ -17,17 +17,17 @@ clean:
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
SPA_PLUGIN_DIR=$(BUILD_ROOT)/spa/plugins \
|
SPA_PLUGIN_DIR=$(BUILD_ROOT)/spa/plugins \
|
||||||
PIPEWIRE_MODULE_DIR=$(BUILD_ROOT)/src/modules/ \
|
PIPEWIRE_MODULE_DIR=$(BUILD_ROOT)/src/modules \
|
||||||
PATH=$(BUILD_ROOT)/src/examples:$(PATH) \
|
PATH=$(BUILD_ROOT)/src/examples:$(PATH) \
|
||||||
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon/ \
|
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon \
|
||||||
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
|
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
|
||||||
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
|
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
|
||||||
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-uninstalled
|
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-uninstalled
|
||||||
|
|
||||||
run-pulse: all
|
run-pulse: all
|
||||||
SPA_PLUGIN_DIR=$(BUILD_ROOT)/spa/plugins \
|
SPA_PLUGIN_DIR=$(BUILD_ROOT)/spa/plugins \
|
||||||
PIPEWIRE_MODULE_DIR=$(BUILD_ROOT)/src/modules/ \
|
PIPEWIRE_MODULE_DIR=$(BUILD_ROOT)/src/modules \
|
||||||
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon/ \
|
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon \
|
||||||
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
|
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
|
||||||
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
|
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
|
||||||
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-pulse
|
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-pulse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue