fixup ILCompiler.csproj patch
This commit is contained in:
parent
73279342f9
commit
c50ef795a2
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ index db48433db73..982bbc78427 100644
|
|||
<NativeAotSupported Condition="'$(TargetArchitecture)' != 'x64'">false</NativeAotSupported>
|
||||
+ <NativeAotSupported>false</NativeAotSupported>
|
||||
<PublishAot Condition="'$(NativeAotSupported)' == 'true'">true</PublishAot>
|
||||
<SysRoot Condition="'$(NativeAotSupported)' == 'true' and '$(CrossBuild)' == 'true' and '$(HostOS)' != 'windows'">$(ROOTFS_DIR)</SysRoot>
|
||||
<PublishReadyToRun Condition="'$(NativeAotSupported)' != 'true'">true</PublishReadyToRun>
|
||||
<PublishSingleFile Condition="'$(NativeAotSupported)' != 'true'">true</PublishSingleFile>
|
||||
|
|
Loading…
Reference in a new issue