mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
TLS emulation was already disabled for FreeBSD due to the same issue.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user