Commit fd217daa authored by Max Kellermann's avatar Max Kellermann

meson.build: always write encoder/Features.h

Fixes a build failure in `CommandLine.cxx`. Closes https://github.com/MusicPlayerDaemon/MPD/issues/905
parent c6a7f6da
......@@ -4,6 +4,7 @@ encoder_features.set('ENABLE_ENCODER', need_encoder)
if not need_encoder
encoder_glue_dep = dependency('', required: false)
configure_file(output: 'Features.h', configuration: encoder_features)
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