|
@@ -15,6 +15,7 @@ meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
|
|
|
|
|
|
not_found = dependency('', required: false)
|
|
|
keyval = import('keyval')
|
|
|
+rust = import('rust')
|
|
|
ss = import('sourceset')
|
|
|
fs = import('fs')
|
|
|
|
|
@@ -3983,7 +3984,7 @@ if have_rust and have_system
|
|
|
# this case you must pass the path to `clang` and `libclang` to your build
|
|
|
# command invocation using the environment variables CLANG_PATH and
|
|
|
# LIBCLANG_PATH
|
|
|
- bindings_rs = import('rust').bindgen(
|
|
|
+ bindings_rs = rust.bindgen(
|
|
|
input: 'rust/wrapper.h',
|
|
|
dependencies: common_ss.all_dependencies(),
|
|
|
output: 'bindings.rs',
|