Skip to content

Commit

Permalink
Bug 1516325. r=glandium, a=lizzard
Browse files Browse the repository at this point in the history
  • Loading branch information
jld committed Apr 18, 2019
1 parent b1a6a9a commit f132969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/external/nspr/pr/moz.build
Expand Up @@ -40,6 +40,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
if not CONFIG['HOST_MAJOR_VERSION']:
DEFINES.update(
HAS_CONNECTX=True,
Expand Down

0 comments on commit f132969

Please sign in to comment.