Skip to content

Commit

Permalink
Update eng/internal-nativeaot-build.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jun 13, 2024
1 parent c7267e8 commit 908e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/internal-nativeaot-build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(when alternative compiler, i.e. gcc, is not selected)
-->
<Target Name="LocateNativeCompiler"
Condition="'$(HostOS)' != 'windows'"
Condition="'$(HostOS)' != 'windows' and !$(RuntimeIdentifier.StartsWith('win-'))"
BeforeTargets="SetupOSSpecificProps">
<PropertyGroup>
<CppCompilerAndLinker Condition="'$(CppCompilerAndLinker)' == ''">clang</CppCompilerAndLinker>
Expand Down

0 comments on commit 908e80a

Please sign in to comment.