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 bcff0d1 commit 84b4ce0Copy full SHA for 84b4ce0
lib/Alien/OpenMP/configure.pm
@@ -95,7 +95,7 @@ sub _reset { $checked = 0; }
95
sub _update_supported {
96
return if $checked;
97
# handles situation where $CCNAME is gcc as part of a path
98
- if ($CCNAME =~ m/\/gcc$/) {
+ if ($CCNAME =~ m{/gcc$}) {
99
$CCNAME = 'gcc';
100
}
101
elsif ($OS eq 'darwin') {
0 commit comments