Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for mingw-std-threads #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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