We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b95ae9 commit 472881dCopy full SHA for 472881d
src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
@@ -66,7 +66,7 @@
66
<Output TaskParameter="ConsoleOutput" PropertyName="_CC_LDFLAGS" />
67
</Exec>
68
69
- <Exec Command="xcodebuild -version" Condition="'$(_IsApplePlatform)' == 'true'" IgnoreExitCode="true" StandardOutputImportance="Low" ConsoleToMSBuild="true">
+ <Exec Command="clang --version" Condition="'$(_IsApplePlatform)' == 'true'" IgnoreExitCode="true" StandardOutputImportance="Low" ConsoleToMSBuild="true">
70
<Output TaskParameter="ExitCode" PropertyName="_XcodeVersionStringExitCode" />
71
<Output TaskParameter="ConsoleOutput" PropertyName="_XcodeVersionString" />
72
0 commit comments