Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba committed Jun 28, 2024
1 parent 7188985 commit 3dcf94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pmbp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@ ($$)
run_command ['brew', '--prefix', 'gmp'],
discard_stderr => 1,
onoutput => sub { $gmp_prefix .= $_[0]; 5 };
$mpfr_prefix =~ s/\s+$//;
$gmp_prefix =~ s/\s+$//;
if (length $gmp_prefix) {
$envs->{GMP_HOME} = $gmp_prefix;
## <https://github.com/lestrrat-p5/DateTime-Astro/blob/master/builder/MyBuilder.pm>
Expand Down

0 comments on commit 3dcf94f

Please sign in to comment.