mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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 1790dc6760
in 0.1.0.1-rc.
4 lines
247 B
Text
4 lines
247 B
Text
o Minor bugfixes (compilation, windows):
|
|
- Don't link or search for pthreads when building for Windows, even if we
|
|
are using build environment (like mingw) that provides a pthreads
|
|
library. Fixes bug 27081; bugfix on 0.1.0.1-rc.
|