Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strawberry perl 5.20.0.1 fix - it uses {dlext} = 'xs.dll'
  • Loading branch information
kmx committed Jun 3, 2014
1 parent 2d23abb commit b149488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/My/Utility.pm
Expand Up @@ -573,7 +573,7 @@ sub get_dlext {
return 'la';
}
else {
return $Config{dlext};
return $Config{so};
}
}

Expand Down

0 comments on commit b149488

Please sign in to comment.