Skip to content

Commit

Permalink
Fix #15493 - disable TLS emulation for NetBSD (#15494)
Browse files Browse the repository at this point in the history
TLS emulation was already disabled for FreeBSD due to the same issue.
  • Loading branch information
euantorano authored Oct 5, 2020
1 parent b760fdc commit cc4c546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/stdlib/tssl.nims
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc4c546

Please sign in to comment.