Skip to content

Commit

Permalink
detect v
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 18, 2024
1 parent 8d52251 commit fb82ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/FFI/Build/MM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fb82ea5

Please sign in to comment.