Content-Length: 266095 | pFad | http://github.com/postgrespro/postgres_cluster/commit/d5bc6ce6ac20e6de8b61946977db14e13acec2a0

3F Allow case insensitive build version argument for MSVC. · postgrespro/postgres_cluster@d5bc6ce · GitHub
Skip to content

Commit d5bc6ce

Browse files
committed
Allow case insensitive build version argument for MSVC.
Dilip Kumar.
1 parent 77035fa commit d5bc6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/build.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ BEGIN
3939

4040
my $bconf = $ENV{CONFIG} || "Release";
4141
my $buildwhat = $ARGV[1] || "";
42-
if ($ARGV[0] eq 'DEBUG')
42+
if (uc($ARGV[0]) eq 'DEBUG')
4343
{
4444
$bconf = "Debug";
4545
}
46-
elsif ($ARGV[0] ne "RELEASE")
46+
elsif (uc($ARGV[0]) ne "RELEASE")
4747
{
4848
$buildwhat = $ARGV[0] || "";
4949
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/d5bc6ce6ac20e6de8b61946977db14e13acec2a0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy