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 d1f63f3 commit 5f11927Copy full SHA for 5f11927
tests/std/run.pl
@@ -34,7 +34,7 @@
34
# add additional compiler flags if the compiler is cl.exe.
35
if (not $ENV{PM_COMPILER})
36
{
37
- $ENV{CL} .= " " . $ENV{PM_CL_MSVC};
+ $ENV{PM_CL} .= " " . $ENV{PM_CL_MSVC};
38
}
39
40
my $RunPL = "";
tests/tr1/run.pl
0 commit comments