Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zimcheck/meson.build: Fix FreeBSD build; Avoid crushing 'thread_dep'
On FreeBSD, LLVM's libc++ also relies on pthread. zimcheck's 'meson.build' would use the same 'thread_dep' variable set in the root 'meson.build' file on building zimwriterfs, crushing the value set there in some cases, which would then be used in zimwriterfs' 'meson.build'.
- Loading branch information