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,7 +44,11 @@
|
||||||
<StackTraceSupport>false</StackTraceSupport>
|
<StackTraceSupport>false</StackTraceSupport>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
<PropertyGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||||
|
<IlcDehydrate>false</IlcDehydrate>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||||
<TrimmerRootAssembly Include="LibHac" />
|
<TrimmerRootAssembly Include="LibHac" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue