chore: Adjust AOT compatibility mode
This commit is contained in:
Родитель
63ee70d15c
Коммит
2f779bd91d
|
@ -28,6 +28,11 @@
|
|||
<WasmBuildNative>true</WasmBuildNative>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(WasmShellMonoRuntimeExecutionMode)' == 'InterpreterAndAOT' ">
|
||||
<RunAOTCompilation>true</RunAOTCompilation>
|
||||
<WasmBuildNative>true</WasmBuildNative>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="_UnoInjectAOTSupport"
|
||||
BeforeTargets="ResolveRuntimePackAssets"
|
||||
Condition=" '$(WasmShellGenerateAOTProfile)' == 'true' ">
|
||||
|
|
Загрузка…
Ссылка в новой задаче