fix build on newer ndk versions

This commit is contained in:
Emmanuel Hansen 2023-06-29 19:58:33 +00:00
parent 333401b71d
commit 145cd0b2b1

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<LinkerFlavor>lld</LinkerFlavor>
</PropertyGroup>
<PropertyGroup>
<PublishAot>true</PublishAot>