Skip to content

meson: Enforce -lpthread when targeting non windows

This is a workaround for libtool based users, which can't use -pthread only due to libtool using -nostdlib. This makes -pthread not imply -lpthread, which causes link issues. Fix #335 (closed)

Merge request reports