mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Try to unbreak some MSVC builds following forward slash change.
Michael Paquier.
This commit is contained in:
parent
764ce22af3
commit
04f1542d39
|
|
@ -71,7 +71,7 @@ EOF
|
|||
foreach my $fileNameWithPath (sort keys %{ $self->{files} })
|
||||
{
|
||||
confess "Bad format filename '$fileNameWithPath'\n"
|
||||
unless ($fileNameWithPath =~ /^(.*)\\([^\\]+)\.(c|cpp|y|l|rc)$/);
|
||||
unless ($fileNameWithPath =~ m!^(.*)/([^/]+)\.(c|cpp|y|l|rc)$!);
|
||||
my $dir = $1;
|
||||
my $file = $2;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user