mirror of
https://github.com/facebook/zstd.git
synced 2025-08-08 17:22:10 +03:00
In commit 031de3c69c
some code was added
that returned a boolean, but was treated as if it returned a dependency
object. This wasn't tested and could not work. Moreover, zstd no longer
built at all unless the entire programs directory was disabled and not
even evaluated.
Fix the return type checking.