Commit 68f4acf9 authored by Rafaël Carré's avatar Rafaël Carré

make.pl: match gcc -mmacosx-minXXXXX lines

parent 3c54b698
......@@ -37,6 +37,7 @@ while(<STDIN>)
$line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
$line =~ /^\sgcc\s-std=.*/ ||
$line =~ /^\sgcc\s-mmacosx.*/ ||
$line =~ /^\sg\+\+\s.*/ ||
# $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment