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 cff7fcf commit 33692c1Copy full SHA for 33692c1
src/tools/msvc/install.pl
@@ -143,7 +143,7 @@ sub GenerateConversionScript {
143
sub GenerateTimezoneFiles {
144
my $mf = read_file("src/timezone/Makefile");
145
$mf =~ s{\\\s*[\r\n]+}{}mg;
146
- $mf =~ /^TZDATA\s*:=\s*(.*)$/m || die "Could not find TZDATA row in timezone makefile\n";
+ $mf =~ /^TZDATA\s*:?=\s*(.*)$/m || die "Could not find TZDATA row in timezone makefile\n";
147
my @tzfiles = split /\s+/,$1;
148
unshift @tzfiles,'';
149
print "Generating timezone files...";
0 commit comments