Tweak some NSPR variables for Darwin.

This commit is contained in:
Fedor 2019-07-08 13:09:17 +03:00
parent 9693bfb6b7
commit f92bcae852
1 changed files with 2 additions and 0 deletions

View File

@ -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,