X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=dc71cc1c940d1130660dd9574ba27aa7c72e6bb1;hp=d5af8a01983d8f24241b44b596075b6646dea055;hb=6bd8ae07ae91c53c36d219975bc3296b7af81045;hpb=80290414e8aa959228a08751876b0597f84f0109 diff --git a/bin/blhc b/bin/blhc index d5af8a0..dc71cc1 100755 --- a/bin/blhc +++ b/bin/blhc @@ -863,7 +863,7 @@ foreach my $file (@ARGV) { # C++ files. No hardening flags are relevant during this step, # thus ignore `moc-qt*` lines. The resulting files will be # compiled in a separate step (and therefore checked). - next if $line =~ m{^\S+/bin/moc-qt[45] + next if $line =~ m{^\S+/bin/moc(?:-qt[45])? \s.+\s -I\S+/mkspecs/[a-z]+-g\++(?:-64)? \s}x;