Fix #15493 - disable TLS emulation for NetBSD (#15494)

TLS emulation was already disabled for FreeBSD due to the same issue.
This commit is contained in:
Euan
2020-10-05 11:00:06 +01:00
committed by GitHub
parent b760fdc9ca
commit cc4c546f8f

View File

@@ -1,5 +1,5 @@
--threads:on
--d:ssl
when defined(freebsd):
# See https://github.com/nim-lang/Nim/pull/15066#issuecomment-665541265
when defined(freebsd) or defined(netbsd):
# See https://github.com/nim-lang/Nim/pull/15066#issuecomment-665541265 and https://github.com/nim-lang/Nim/issues/15493
--tlsEmulation:off