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'. Note: Some of the introduced line is very long but has not been wrapped as Meson 0.49.2 is still used in the MacOS CI and it does not not support continuing lines with '\'.
- Loading branch information