mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 04:27:38 +00:00

The deployment target environment variable is OS-specific, and if you're in a place where you're asking `rustc` for the deployment target, you're likely to also wanna know the environment variable.
2 lines
68 B
Plaintext
2 lines
68 B
Plaintext
$OS_DEPLOYMENT_TARGET=$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION
|