1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

mu4e: build: don't depend on mu4e-obsolete for building

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-02 17:45:39 +02:00
parent 00ddaebc4e
commit b9841942d8

View File

@ -84,7 +84,6 @@ foreach src : mu4e_srcs
'--no-init-file',
'--batch',
'--eval', '(setq load-prefer-newer t)',
'--eval', '(require \'mu4e-obsolete)',
'--eval', target_func,
'--directory', meson.current_build_dir(),
'--directory', meson.current_source_dir(),