mirror of https://github.com/PCSX2/pcsx2.git
fix a typo
This commit is contained in:
parent
00dea566f2
commit
8b1c465bf6
|
@ -88,7 +88,7 @@ my $status = Getopt::Long::GetOptions(
|
|||
);
|
||||
|
||||
# Auto detect cygwin mess
|
||||
if (-e "/cydrive") {
|
||||
if (-e "/cygdrive") {
|
||||
print "Info: CYGWIN OS detected. Update path accordingly\n";
|
||||
$o_cygwin = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue