use tlsEmulation:off for freebsd (#20802)

This commit is contained in:
ringabout
2022-11-10 12:48:30 +08:00
committed by GitHub
parent 82e99f2332
commit dac5a56d70

View File

@@ -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