Issue #1265 - Expose sndio as a build option for any supporting system

This commit is contained in:
Gaming4JC 2019-11-02 20:31:13 -04:00 • committed by Roy Tam
commit 84c1e8ce10
6 changed files with 23 additions and 3 deletions

View file

@ -68,7 +68,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'uikit':
'-framework CoreFoundation',
'-framework AudioToolbox',
]
elif CONFIG['OS_TARGET'] == 'OpenBSD':
elif CONFIG['MOZ_SNDIO']:
OS_LIBS += [
'sndio',
]