diff --git a/lib/FFI/Build/MM.pm b/lib/FFI/Build/MM.pm index 082aed74..7926eb09 100644 --- a/lib/FFI/Build/MM.pm +++ b/lib/FFI/Build/MM.pm @@ -191,9 +191,9 @@ sub load_build $options = { source => ["$dir/*.c", "$dir/*.cxx", "$dir/*.cpp"], }; - # if we see a Go, Rust or Zig control file then we assume the + # if we see a Go, V, Rust or Zig control file then we assume the # ffi mod is written in that language. - foreach my $control_file ("$dir/Cargo.toml", "$dir/go.mod", "$dir/build.zig") + foreach my $control_file ("$dir/Cargo.toml", "$dir/go.mod", "$dir/v.mod", "$dir/build.zig") { if(-f $control_file) {