Skip to content

Commit

Permalink
Remove MonoAOT aarch64 linux-gnu-5 build condition (#110965)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak authored Dec 27, 2024
1 parent ebcc886 commit 9f03591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mono/mono.proj
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ JS_ENGINES = [NODE_JS]
<MonoAotAbi>aarch64-linux-gnu</MonoAotAbi>
<MonoAotOffsetsFile>$(MonoObjCrossDir)offsets-aarch-linux-gnu.h</MonoAotOffsetsFile>
<MonoAotOffsetsPrefix>$(MonoCrossDir)/usr/lib/gcc/aarch64-linux-gnu/7</MonoAotOffsetsPrefix>
<MonoAotOffsetsPrefix Condition="'$(Platform)' == 'arm64'">$(MonoCrossDir)/usr/lib/gcc/aarch64-linux-gnu/5</MonoAotOffsetsPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(MonoUseLLVMPackage)' == 'true'">
Expand Down

0 comments on commit 9f03591

Please sign in to comment.