Skip to content

modules: misc: Workaround libtool bug when linking C++

libtool will force -nostdlib when linking C++, which makes -pthread not imply -lpthread, thus causing the link to fail when pthread function are used. Fix medialibrary#335 (closed)

Merge request reports