aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-18 10:36:37 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-29 14:58:32 -0700
commitcb6ccf2632c3b09237b2bfe04687fa5d8b4c88ab (patch)
treed6ed5bf8478db5366a892a3f5efa909af25441b7 /docs
parent7d11d7cf68f5a0379ef3b50b853cea4a3ceb0636 (diff)
downloadmeson-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')
0 files changed, 0 insertions, 0 deletions