From 3a35c649cf9fe3cd7a2047d785c997235a271b7f Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 2 Nov 2019 20:31:13 -0400 Subject: Issue mcp-graveyard/UXP%1265 - Expose sndio as a build option for any supporting system --- toolkit/library/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/library/moz.build') diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index 293c2feaf..4d870c73c 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -241,7 +241,7 @@ OS_LIBS += CONFIG['ICONV_LIBS'] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('cocoa', 'uikit'): OS_LIBS += CONFIG['TK_LIBS'] -if CONFIG['OS_ARCH'] == 'OpenBSD': +if CONFIG['MOZ_SNDIO']: OS_LIBS += [ 'sndio', ] -- cgit v1.2.3