We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It creates .a instead.
.a
And if one wants to get the link line in shell you have this mouthful expression:
NATIVE_LIBS=`rustc --crate-type staticlib \ --print native-static-libs 2>&1 - < /dev/null | \ grep native-static-libs | cut -d ':' -f 3`