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 0c32a9f commit bc8ebc5Copy full SHA for bc8ebc5
dist/ExtUtils-CBuilder/t/03-cplusplus.t
@@ -61,6 +61,8 @@ if ($^O eq 'VMS') {
61
}
62
63
{
64
+ local $ENV{CXX};
65
+ delete $ENV{CXX};
66
# GH #23146
67
my $fake_cc = File::Spec->rel2abs(File::Spec->catfile(qw(some directory what doesnt exist), 'cc'));
68
my $cb = ExtUtils::CBuilder->new(
0 commit comments