Skip to content

Commit 84b4ce0

Browse files
oodler577kiwiroy
andauthored
Update lib/Alien/OpenMP/configure.pm
Co-authored-by: Roy Storey <[email protected]>
1 parent bcff0d1 commit 84b4ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Alien/OpenMP/configure.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ sub _reset { $checked = 0; }
9595
sub _update_supported {
9696
return if $checked;
9797
# handles situation where $CCNAME is gcc as part of a path
98-
if ($CCNAME =~ m/\/gcc$/) {
98+
if ($CCNAME =~ m{/gcc$}) {
9999
$CCNAME = 'gcc';
100100
}
101101
elsif ($OS eq 'darwin') {

0 commit comments

Comments
 (0)