From 4a3329dafb3aaa6ee2c5a844b68a1b183d6f06fe Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 6 Mar 2025 12:46:35 -0700 Subject: [PATCH] [fontations] Fix clippy rule --- src/fontations/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fontations/meson.build b/src/fontations/meson.build index 1512bab38..c9179856c 100644 --- a/src/fontations/meson.build +++ b/src/fontations/meson.build @@ -52,6 +52,4 @@ clippy = custom_target( cargo, 'clippy', '--manifest-path', meson.current_source_dir() / 'Cargo.toml' ], - install: true, - install_dir: join_paths(get_option('prefix'), 'lib'), )