mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Disable dehydration when doing an untrimmed NativeAOT build
This commit is contained in:
parent
e757dff9b9
commit
86336f06ec
1 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,10 @@
|
|||
<StackTraceSupport>false</StackTraceSupport>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||
<IlcDehydrate>false</IlcDehydrate>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||
<TrimmerRootAssembly Include="LibHac" />
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue