summaryrefslogtreecommitdiff
path: root/mu4e
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2026-03-15 07:20:17 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2026-03-15 07:20:17 +0200
commit49b2152eb645ea340ee6c34dd90875d3ba020fe0 (patch)
treebaf4665b6d767526bf1e012798d952814fcaa292 /mu4e
parent9b40d7d3f8825e90234f3a07fd6888e4a1f672f3 (diff)
mu4e/meson.build: don't need build-dir
Diffstat (limited to 'mu4e')
-rw-r--r--mu4e/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu4e/meson.build b/mu4e/meson.build
index a0142bf..ce87468 100644
--- a/mu4e/meson.build
+++ b/mu4e/meson.build
@@ -112,7 +112,6 @@ foreach src : mu4e_bc_srcs
'--no-init-file',
'--batch',
'--directory', meson.current_source_dir(),
- '--directory', meson.current_build_dir(),
# we don't need warnings for items that have become
# obsolete _after_ our last supported emacs release.
'--eval', '(setq byte-compile-warnings \'(not obsolete))',