pipewire: use RUNNING_ON_VALGRIND to determine if we're in valgrind

This removes the use of the VALGRIND environment variable
This commit is contained in:
Peter Hutterer 2021-06-07 16:02:58 +10:00 committed by Wim Taymans
parent d9cc1a25f1
commit b6e27822e5
3 changed files with 5 additions and 4 deletions

View file

@ -36,7 +36,7 @@ gdb:
$(MAKE) run DBG=gdb
valgrind:
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind --trace-children=yes"
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind --trace-children=yes"
test: all
ninja -C $(BUILD_ROOT) test