summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config/nim.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index 1601ebe08..f7b7c119a 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -181,10 +181,9 @@ nimblepath="$home/.nimble/pkgs/"
 
 gcc.maxerrorsimpl = "-fmax-errors=3"
 
-@if freebsd:
+@if freebsd or netbsd:
   tlsEmulation:off
 @elif bsd:
-  # at least NetBSD has problems with thread local storage:
   tlsEmulation:on
 @end