diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-18 10:36:37 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-29 14:58:32 -0700 |
commit | cb6ccf2632c3b09237b2bfe04687fa5d8b4c88ab (patch) | |
tree | d6ed5bf8478db5366a892a3f5efa909af25441b7 /docs/markdown/snippets | |
parent | 7d11d7cf68f5a0379ef3b50b853cea4a3ceb0636 (diff) | |
download | meson-cb6ccf2632c3b09237b2bfe04687fa5d8b4c88ab.zip meson-cb6ccf2632c3b09237b2bfe04687fa5d8b4c88ab.tar.gz meson-cb6ccf2632c3b09237b2bfe04687fa5d8b4c88ab.tar.bz2 |
dependencies/zlib: Fix header detection
has_header returns a tuple of (found: bool, cached: bool), so `if
has_header` will always return true because the tuple is non-empty. We
need to check if the found value is true or not.
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions