folly icon indicating copy to clipboard operation
folly copied to clipboard

Add support to build with mingw-w64

Open Alexpux opened this issue 6 months ago • 2 comments

Mostly fix code defines to build with mingw-w64. Trying to properly get thread ID from std::thread::id for different compilers

Alexpux avatar May 30 '25 09:05 Alexpux

Out of curiosity: Why? Folly already has windows support via MSVC & clang pretending to be msvc. Is there some package in particular you're trying to get working in mingw?

Orvid avatar May 30 '25 21:05 Orvid

@Orvid Im not use MSVC. Im always work with GCC or CLANG mingw based. Im try to use folly in my pet projects so in any case I build it with mingw.

Alexpux avatar May 31 '25 09:05 Alexpux

@Orvid has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Jun 03 '25 22:06 facebook-github-bot