Fix bug with removing flag after "-c"
-c does not take an argument. Why did I think it did?
This commit is contained in:
parent
604b79a5a2
commit
93ed6f7db7
@ -31,7 +31,6 @@ def PrepareClangFlags( flags, filename ):
|
||||
continue
|
||||
|
||||
if flag == '-c':
|
||||
skip = True;
|
||||
continue
|
||||
|
||||
if flag == '-o':
|
||||
|
Loading…
x
Reference in New Issue
Block a user