Skip to content

Commit

Permalink
Merge pull request rubygems#7505 from rubygems/typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde authored Mar 5, 2024
2 parents 62a21b4 + 669b4cb commit 7316186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/ext/cargo_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def maybe_resolve_ldflag_variable(input_arg, dest_dir, crate_name)

case var_name
# On windows, it is assumed that mkmf has setup an exports file for the
# extension, so we have to to create one ourselves.
# extension, so we have to create one ourselves.
when "DEFFILE"
write_deffile(dest_dir, crate_name)
else
Expand Down

0 comments on commit 7316186

Please sign in to comment.