Skip to content

Commit ba72b97

Browse files
authoredJan 23, 2025
Fix MonoEnableLLVM* properties (dotnet#111746)
Counter-part change in dotnet/sdk#46239
1 parent 6ad67d1 commit ba72b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eng/DotNetBuild.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- NativeAOT builds are short -->
3838
<ShortStack Condition="'$(DotNetBuildRuntimeNativeAOTRuntimePack)' == 'true'">true</ShortStack>
3939
<!-- Mono LLVM builds are short -->
40-
<ShortStack Condition="'$(MonoEnableLLVM)' == 'true' or '$(MonoAOTEnableLLVM)' == 'true'">true</ShortStack>
40+
<ShortStack Condition="'$(DotNetBuildMonoEnableLLVM)' == 'true' or '$(DotNetBuildMonoAOTEnableLLVM)' == 'true'">true</ShortStack>
4141
<!-- Mono AOT cross compiler builds are short -->
4242
<ShortStack Condition="'$(DotNetBuildMonoCrossAOT)' == 'true'">true</ShortStack>
4343
</PropertyGroup>

0 commit comments

Comments
 (0)