Message ID | 20250221174949.836197-1-mjt@tls.msk.ru (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Patch Round-up for stable 9.2.2, freeze on 2025-02-23 | expand |
diff --git a/meson.build b/meson.build index 7a3faca61d..7f6f638676 100644 --- a/meson.build +++ b/meson.build @@ -4050,6 +4050,9 @@ if have_rust bindgen_args += ['--formatter', 'none'] endif endif + if bindgen.version().version_compare('>=0.66.0') + bindgen_args += ['--rust-target', '1.59'] + endif if bindgen.version().version_compare('<0.61.0') # default in 0.61+ bindgen_args += ['--size_t-is-usize']