mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-14 05:25:24 +00:00
8e28d1a40e
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