mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Mark libhac as AOT-compatible
This commit is contained in:
parent
c96799035d
commit
b60af3f66c
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
<VersionPrefix>0.20.0</VersionPrefix>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<IsAotCompatible>true</IsAotCompatible>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
<PropertyGroup Condition=" '$(BuildType)' == 'native-minimal' ">
|
||||
<OptimizationPreference>Size</OptimizationPreference>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<StackTraceSupport>false</StackTraceSupport>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<StackTraceSupport>false</StackTraceSupport>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||
|
|
Loading…
Reference in a new issue