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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user