Skip to content

Commit e25a5c5

Browse files
committed
Revert "Remove tlsEmulation enabled from Windows + GCC config (#19119) [backport:1.6]"
This reverts commit 77b696c.
1 parent 1699ba1 commit e25a5c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/nim.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ nimblepath="$home/.nimble/pkgs/"
169169
# Configuration for the GNU C/C++ compiler:
170170
@if windows:
171171
#gcc.path = r"$nim\dist\mingw\bin"
172+
@if gcc or tcc:
173+
tlsEmulation:on
174+
@end
172175
@end
173176

174177
gcc.maxerrorsimpl = "-fmax-errors=3"

0 commit comments

Comments
 (0)