mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
Merge pull request #2444 from yglukhov/doc-fix
Fixed doc generation on mac.
This commit is contained in:
@@ -429,7 +429,7 @@ proc selectWrite*(writefds: var seq[SocketHandle],
|
||||
pruneSocketSet(writefds, (wr))
|
||||
|
||||
# We ignore signal SIGPIPE on Darwin
|
||||
when defined(macosx):
|
||||
when defined(macosx) and not defined(nimdoc):
|
||||
signal(SIGPIPE, SIG_IGN)
|
||||
|
||||
when defined(Windows):
|
||||
|
||||
Reference in New Issue
Block a user