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
fix: pass --target to cargo so rustflags skip build scripts
Without an explicit --target flag, Cargo does not distinguish host
from target compilation, so target.<triple>.rustflags still applies
to build scripts. Pass --target explicitly to force the separation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments