mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[fontations] Fix clippy target
To build in the build dir
This commit is contained in:
parent
cda4b56bfe
commit
44705c1acb
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ clippy = custom_target(
|
|||
env: ['OUT_DIR=' + meson.current_build_dir()],
|
||||
command: [
|
||||
cargo, 'clippy',
|
||||
] + cargo_args + [
|
||||
'--target-dir', meson.current_build_dir(),
|
||||
'--manifest-path', meson.current_source_dir() / 'Cargo.toml'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue