You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebuild when the `*_DEPLOYMENT_TARGET` variables change when building
Apple targets.
This is done by:
1. Adding it as a tracked variable to `Options` to make sure it clears
the incremental cache.
2. Emitting the variable in `--emit=dep-info` (`.d`) files, so that
Cargo can pick up changes to it, and correctly trigger a rebuild.
0 commit comments