Closed swebb2066 closed 3 months ago
The issue with thread_local data on msys2 has been around since 2017.
MSYS2 is not currently on our list of supported platforms, how much do we want to try and support it?
how much do we want to try and support it?
I do not mind spending some time on it. My current idea is to use APR instead of thread_local on MSYS2. Not sure yet how to detect MSYS2 in cmake though.
This (partially?) PR addresses #292