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

Don't search for -lpthread on Windows #267

Merged
merged 1 commit into from Aug 15, 2018

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Aug 8, 2018

If we're building for Windows, we want to use windows threads no
matter what, and we don't want to link a pthread library even if it
is present. Fixes bug 27081; bugfix on 1790dc6 in 0.1.0.1-rc.

If we're building for Windows, we want to use windows threads no
matter what, and we don't want to link a pthread library even if it
is present.  Fixes bug 27081; bugfix on 1790dc6 in 0.1.0.1-rc.
@coveralls
Copy link

@coveralls coveralls commented Aug 8, 2018

Coverage Status

Coverage remained the same at 59.503% when pulling 7a570b8 on nmathewson:bug27081_029 into 7787150 on torproject:master.

@torproject-pusher torproject-pusher merged commit 7a570b8 into torproject:master Aug 15, 2018
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment