Commit ad597a8f authored by Max Kellermann's avatar Max Kellermann

lib/zlib/meson.build: define ENABLE_ZLIB

Fixes #414
parent b1fe1059
zlib_dep = dependency('zlib', required: get_option('zlib'))
conf.set('ENABLE_ZLIB', zlib_dep.found())
if not zlib_dep.found()
subdir_done()
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment