Skip to content

Commit 49cbce2

Browse files
committed
Use ANSI path names on Windows
1 parent 5a669fb commit 49cbce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ my $source = {};
6767
}
6868
if ($opt->{'mysql_config'})
6969
{
70-
$opt->{'mysql_config'} = Win32::GetShortPathName($opt->{'mysql_config'})
70+
$opt->{'mysql_config'} = Win32::GetANSIPathName($opt->{'mysql_config'})
7171
if $^O eq 'MSWin32';
7272
if (! defined `$opt->{'mysql_config'}`)
7373
{

0 commit comments

Comments
 (0)