On Monday, 24 June 2019 at 17:29:02 UTC, Newbie2019 wrote:
> I will try some work around.
You could try adding the following to driver/main.d:
import ldc.attributes;
extern (C) __gshared
{
@section(".tdata")
int _tlsstart = 0;
@section(".tcommon")
int _tlsend = 0;
}