]> git.sesse.net Git - vlc/commitdiff
make.pl: match gcc -mmacosx-minXXXXX lines
authorRafaël Carré <funman@videolan.org>
Sat, 2 Feb 2008 15:23:53 +0000 (15:23 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 2 Feb 2008 15:23:53 +0000 (15:23 +0000)
extras/make.pl

index 21ea39170710a37ff6c86b16236e6dc1ca49ed6a..32f3cbd529fff5c1557992ef8aab6e72eef6dfa7 100755 (executable)
@@ -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).*/ ||