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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy