mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
The pthreads4w dependency uses MSVC-specific architecture detection (_M_X64, _M_IX86 macros) which fails under MinGW/MSYS2/ProxSpace with "unknown not supported in version.rc". MinGW-w64 ships with winpthreads, so only MSVC builds need pthreads4w. Fixes #378