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

This commit is contained in:
KeatonTheBot
2025-05-31 02:59:10 -05:00
parent cc0b704d8e
commit d73be3b927
+1
View File
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RuntimeIdentifiers>osx-arm64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>