Skip to content

meson: don't depend on pthreads when compiling for windows

Steve Lhomme requested to merge robUx41/orc:winpthread into master

On UNIX toolchains cross compiling for Windows, winpthread will be detected and added as a dependency even though it's not used.

Merge request reports