We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a669fb commit 49cbce2Copy full SHA for 49cbce2
Makefile.PL
@@ -67,7 +67,7 @@ my $source = {};
67
}
68
if ($opt->{'mysql_config'})
69
{
70
- $opt->{'mysql_config'} = Win32::GetShortPathName($opt->{'mysql_config'})
+ $opt->{'mysql_config'} = Win32::GetANSIPathName($opt->{'mysql_config'})
71
if $^O eq 'MSWin32';
72
if (! defined `$opt->{'mysql_config'}`)
73
0 commit comments