Fix bug with removing flag after "-c"

-c does not take an argument. Why did I think it did?
This commit is contained in:
Strahinja Val Markovic 2013-04-19 10:31:55 -07:00
parent 604b79a5a2
commit 93ed6f7db7

View File

@ -31,7 +31,6 @@ def PrepareClangFlags( flags, filename ):
continue continue
if flag == '-c': if flag == '-c':
skip = True;
continue continue
if flag == '-o': if flag == '-o':