Mike Hommey [off-list ref] wrote:
[...]
quoted hunk ↗ jump to hunk
diff --git a/meson.build b/meson.build
index d86f2acd2b..b91d30666e 100644
--- a/meson.build
+++ b/meson.build
@@ -1782,7 +1782,7 @@ libgit_sources += version_def_h
rust_option = get_option('rust')
if rust_option.allowed()
- subdir('src')
+ subdir('rust/src')
libgit_c_args += '-DWITH_RUST'
I think that's bound to fail---there's no meson.build in rust/src, right?
--Tuomas