mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-20 07:46:51 -05:00
Disable trimming on win-arm64
* nuget: Bump System group to 9.0.2 * Clean up RuntimeIdentifiers in project files
This commit is contained in:
committed by
Evan Husted
parent
cd8ce1e233
commit
fcee6953b8
@@ -11,7 +11,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ContentWithTargetPath Include="Native\libs\libarmeilleure-jitsupport.dylib" Condition="'$(RuntimeIdentifier)' == '' OR '$(RuntimeIdentifier)' == 'osx-arm64'">
|
||||
<ContentWithTargetPath Include="Native\libs\libarmeilleure-jitsupport.dylib" Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>libarmeilleure-jitsupport.dylib</TargetPath>
|
||||
</ContentWithTargetPath>
|
||||
|
||||
Reference in New Issue
Block a user