infra: Fix missing libarmeilleure-jitsupport.dylib on macOS (arm64) builds

This commit is contained in:
KeatonTheBot 2025-05-29 09:57:53 -05:00
parent bce3426d26
commit 2aaf34937d

View file

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RuntimeIdentifiers>osx-arm64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>