mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-15 04:08:47 +00:00
Support -MF and -MT in cosmocc
This commit is contained in:
parent
d27a47b0e2
commit
ce17ed60df
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ for x; do
|
|||
[ x"$x" = x"-I" ] ||
|
||||
[ x"$x" = x"-D" ] ||
|
||||
[ x"$x" = x"-U" ] ||
|
||||
[ x"$x" = x"-MF" ] ||
|
||||
[ x"$x" = x"-MT" ] ||
|
||||
[ x"$x" = x"-iquote" ] ||
|
||||
[ x"$x" = x"-isystem" ] ||
|
||||
[ x"$x" = x"-include" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue