mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Disable dehydration when doing an untrimmed NativeAOT build
This commit is contained in:
parent
e757dff9b9
commit
86336f06ec
@ -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…
x
Reference in New Issue
Block a user