Merge pull request #2180 from wavexx/ignore_old_elc

Ignore existing compiled files when byte-compiling
This commit is contained in:
Dirk-Jan C. Binnema
2021-12-15 20:22:36 +02:00
committed by GitHub

View File

@ -98,6 +98,7 @@ foreach src : mu4e_all_srcs
command: [emacs,
'--no-init-file',
'--batch',
'--eval', '(setq load-prefer-newer t)',
'--eval', target_func,
'--directory', meson.current_build_dir(),
'--directory', meson.current_source_dir(),