mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
2b0cdc7b62
18 changed files with 104 additions and 37 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue