mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Make cosmocc -dumpmachine work correctly
This commit is contained in:
parent
024be3b009
commit
a46ec61787
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ for x; do
|
|||
exit 0
|
||||
elif [ x"$x" = x"-Wl,--version" ]; then
|
||||
GOT_SOME=1
|
||||
elif [ x"$x" = x"-dumpmachine" ]; then
|
||||
GOT_SOME=1
|
||||
fi
|
||||
set -- "$@" "$x"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue