Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2024-09-22 20:54:25 +08:00
commit 2b0cdc7b62
18 changed files with 104 additions and 37 deletions

View file

@ -44,7 +44,7 @@ if CONFIG['MOZ_SNDIO']:
]
DEFINES['USE_SNDIO'] = True
if CONFIG['OS_ARCH'] == 'SunOS':
if CONFIG['OS_ARCH'] in ('SunOS', 'NetBSD'):
SOURCES += [
'cubeb_sun.c',
]