Skip to content

Commit

Permalink
Use ANSI path names on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Dec 16, 2024
1 parent 5a669fb commit 2bcc96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ my $source = {};
}
if ($opt->{'mysql_config'})
{
$opt->{'mysql_config'} = Win32::GetShortPathName($opt->{'mysql_config'})
$opt->{'mysql_config'} = Win32::GetANSIPathName($opt->{'mysql_config'})
if $^O eq 'MSWin32';
if (! defined `$opt->{'mysql_config'}`)
{
Expand Down

0 comments on commit 2bcc96f

Please sign in to comment.