diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-12-03 20:18:04 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-03 20:18:04 +0000 |
| commit | dc4667a27e2aab4cae7198c0080cc8a46ebd9e86 (patch) | |
| tree | 98157d6c3ae01270c110c1e9ddc2967931d1c4ba /fuzz/atom/parser/meson.build | |
| parent | c85e4c0a1fe4d4985f0887b07cb2b33e7d1329f9 (diff) | |
| download | gentoo-utils-dc4667a27e2aab4cae7198c0080cc8a46ebd9e86.tar.gz | |
give fuzzer library targets different names
If these targets have the same names, only the last processed target
gets put into rust-project.json.
Diffstat (limited to 'fuzz/atom/parser/meson.build')
| -rw-r--r-- | fuzz/atom/parser/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/atom/parser/meson.build b/fuzz/atom/parser/meson.build index 025c6fb..9272a27 100644 --- a/fuzz/atom/parser/meson.build +++ b/fuzz/atom/parser/meson.build @@ -12,7 +12,7 @@ corpus = custom_target( ) fuzz_rs = static_library( - 'fuzzer', + 'parser_fuzzer', 'fuzz.rs', rust_abi: 'c', rust_args: [ |
