mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-19 01:18:32 +00:00
use tlsEmulation:off for freebsd (#20802)
This commit is contained in:
@@ -181,7 +181,9 @@ nimblepath="$home/.nimble/pkgs/"
|
||||
|
||||
gcc.maxerrorsimpl = "-fmax-errors=3"
|
||||
|
||||
@if bsd:
|
||||
@if freebsd:
|
||||
tlsEmulation:off
|
||||
@elif bsd:
|
||||
# at least NetBSD has problems with thread local storage:
|
||||
tlsEmulation:on
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user