We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7267e8 commit 908e80aCopy full SHA for 908e80a
eng/internal-nativeaot-build.targets
@@ -7,7 +7,7 @@
7
(when alternative compiler, i.e. gcc, is not selected)
8
-->
9
<Target Name="LocateNativeCompiler"
10
- Condition="'$(HostOS)' != 'windows'"
+ Condition="'$(HostOS)' != 'windows' and !$(RuntimeIdentifier.StartsWith('win-'))"
11
BeforeTargets="SetupOSSpecificProps">
12
<PropertyGroup>
13
<CppCompilerAndLinker Condition="'$(CppCompilerAndLinker)' == ''">clang</CppCompilerAndLinker>
0 commit comments