mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
removed aot compilation line
This commit is contained in:
parent
55ba520c8f
commit
ccd91bfd46
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,6 @@
|
|||
<DefaultLanguage>en</DefaultLanguage>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'">
|
||||
<RunAOTCompilation>False</RunAOTCompilation>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- NOTE:
|
||||
You need to manually put builds from other platforms such as Android in the correct place for this to work for cross-platform
|
||||
|
|
|
|||
Loading…
Reference in a new issue