We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86511d5 commit f3456f9Copy full SHA for f3456f9
mk/check-libs.mk
@@ -53,7 +53,7 @@ endef
53
54
# Check PulseAudio installation
55
define check-pa
56
-$(shell $(call create-pa-prog) | $(CC) -x c - -lpulse -o /dev/null && echo 0 || echo 1)
+$(shell $(call create-pa-prog) | $(CC) -x c - -lpulse -o /dev/null > /dev/null 2> /dev/null && echo 0 || echo 1)
57
endef
58
59
# Check CoreAudio installation
0 commit comments