mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Tweak some NSPR variables for Darwin.
This commit is contained in:
parent
706ac5f0a4
commit
f34fd32056
1 changed files with 2 additions and 0 deletions
2
config/external/nspr/pr/moz.build
vendored
2
config/external/nspr/pr/moz.build
vendored
|
|
@ -38,6 +38,8 @@ elif CONFIG['OS_TARGET'] in ('FreeBSD', 'OpenBSD', 'NetBSD'):
|
|||
SOURCES += ['/nsprpub/pr/src/md/unix/%s.c' % CONFIG['OS_TARGET'].lower()]
|
||||
elif CONFIG['OS_TARGET'] == 'Darwin':
|
||||
OS_LIBS += ['-framework CoreServices']
|
||||
DEFINES['FD_SETSIZE'] = 10240
|
||||
DEFINES['_DARWIN_UNLIMITED_SELECT'] = True
|
||||
DEFINES.update(
|
||||
DARWIN=True,
|
||||
HAVE_BSD_FLOCK=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue