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
Defer objcopy selection after alt. compiler check (#71554)
In the environment where `gcc` is auto-detected (during
`SetupOSSpecificProps` target execution), we should be selecting
binutils' `objcopy`, rather than `llvm-objcopy`.
<ErrorCondition="'$(_WhereLinker)' != '0' and '$(TargetOS)' == 'OSX'"Text="Platform linker ('$(CppLinker)') not found in PATH. Try installing Xcode to resolve the problem." />
124
127
<ErrorCondition="'$(_WhereLinker)' != '0' and '$(CppCompilerAndLinkerAlternative)' != ''"
125
128
Text="Platform linker ('$(CppLinker)' or '$(CppCompilerAndLinkerAlternative)') not found in PATH. Try installing appropriate package for $(CppLinker) or $(CppCompilerAndLinkerAlternative) to resolve the problem." />
0 commit comments