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
This environment variable is used on MacOS targets.
4
-
It is passed through to the linker (either as `-isysroot` or `-syslibroot`) without changes.
3
+
This environment variable is used on Apple targets.
4
+
It is passed through to the linker (currently either as `-isysroot` or `-syslibroot`).
5
5
6
6
Note that this variable is not always respected. When the SDKROOT is clearly wrong (e.g. when the platform of the SDK does not match the `--target` used by rustc), this is ignored and rustc does its own detection.
0 commit comments