Skip to content
Snippets Groups Projects
Unverified Commit e633e51e authored by Elemer Lelik's avatar Elemer Lelik Committed by GitHub
Browse files

Merge pull request #128 from stspdotname/master

fix linking TTCN3 programs on Ubuntu 18.04
parents 351babdb 425a1116
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ my $obj = '?';
sub match_comment() {
if (length($comment)) {
($found_ver) = $comment =~ /((GCC|Clang): \([^)]*\) \d\.\d+(?:\.\d+)?)/;
$found_ver =~ s/ \([^)]*\)//;
if ($found_ver) {
print "$compiler version was $found_ver for $obj\n" if $v;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment