Skip to content

Commit f3456f9

Browse files
committed
Test
1 parent 86511d5 commit f3456f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/check-libs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endef
5353

5454
# Check PulseAudio installation
5555
define check-pa
56-
$(shell $(call create-pa-prog) | $(CC) -x c - -lpulse -o /dev/null && echo 0 || echo 1)
56+
$(shell $(call create-pa-prog) | $(CC) -x c - -lpulse -o /dev/null > /dev/null 2> /dev/null && echo 0 || echo 1)
5757
endef
5858

5959
# Check CoreAudio installation

0 commit comments

Comments
 (0)