From 86f88299e7497d930b64f5cad5b6e6ed31542a5b Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sat, 13 Nov 2021 14:35:07 +0100 Subject: [PATCH] Ignore existing compiled files when byte-compiling Set load-prefer-newer to avoid loading old byte-compiled files when rebuilding an existing tree. --- mu4e/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/mu4e/meson.build b/mu4e/meson.build index 4108b98b..f4d82a77 100644 --- a/mu4e/meson.build +++ b/mu4e/meson.build @@ -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(),