Skip to content

Conversation

@joelnordell
Copy link
Contributor

This allows socket.io-client-cpp to build successfully for me using the MinGW cross-compiler from mxe.cc:

i686-w64-mingw32.static-cmake \
  -DBOOST_INCLUDEDIR:STRING=/opt/mxe/usr/i686-w64-mingw32.static/include/boost \
  -DBOOST_LIBRARYDIR=/opt/mxe/usr/i686-w64-mingw32.static/lib \
  -DBOOST_VER:STRING=1.60.0 \
  -DMINGW_STD_THREADS=$(pwd)/../mingw-std-threads

@jmigual
Copy link
Collaborator

jmigual commented Mar 9, 2022

Hi, it seems that recent implementations of MinGW already include std::thread support. Is this PR still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants