mu4e/meson.build: ensure builddir is checked first

Used for mu4e-meta.el. Not having this seems to break some users
meson-build.

HT: derek-zhou
This commit is contained in:
Dirk-Jan C. Binnema 2021-04-23 09:56:51 +03:00
parent 3a418745e1
commit 0218ed9a68
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ foreach src : mu4e_srcs
'--no-init-file',
'--batch',
'--eval', target_func,
'--directory', meson.current_build_dir(),
'--directory', meson.current_source_dir(),
'--funcall', 'batch-byte-compile', '@INPUT@'])
endforeach