mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Issue #1265 - Expose sndio as a build option for any supporting system
This commit is contained in:
parent
1e75eb89f3
commit
84c1e8ce10
6 changed files with 23 additions and 3 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue