config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport]

As of hrev52662, TLS support in Haiku is usable again. This has since
been backported to R1/Beta1, so we can flip the switch upstream.
This commit is contained in:
alaviss
2018-12-28 04:27:23 +07:00
committed by Andreas Rumpf
parent e3cee541bd
commit ca0ef62c9e

View File

@@ -102,9 +102,6 @@ path="$lib/pure"
tlsEmulation:on
@end
@if haiku:
# Haiku currently have problems with TLS
# https://dev.haiku-os.org/ticket/14342
tlsEmulation:on
gcc.options.linker = "-Wl,--as-needed -lnetwork"
gcc.cpp.options.linker = "-Wl,--as-needed -lnetwork"
clang.options.linker = "-Wl,--as-needed -lnetwork"