Support -MF and -MT in cosmocc

This commit is contained in:
Justine Tunney 2024-01-06 12:10:06 -08:00
parent d27a47b0e2
commit ce17ed60df
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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