File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/coreclr/tools/aot/ILCompiler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010  <!--  BEGIN: Workaround for https://github.com/dotnet/runtime/issues/67742 --> 
1111  <PropertyGroup  Condition =" '$(BuildingInsideVisualStudio)' != 'true'"  >
1212    <PublishDir >$(RuntimeBinDir)ilc-published/</PublishDir >
13-     <NativeAotSupported   Condition = " '$(TargetOS)' != 'windows' and '$(TargetOS)' != 'linux' and '$(TargetOS)' != 'osx' " >false</ NativeAotSupported >
14-     <NativeAotSupported  Condition =" '$(TargetArchitecture )' != 'x64 '"  >false</NativeAotSupported >
13+     <!--   Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859  -- >
14+     <NativeAotSupported  Condition =" '$(DotNetBuildFromSource )' == 'true '"  >false</NativeAotSupported >
1515    <PublishAot  Condition =" '$(NativeAotSupported)' == 'true'"  >true</PublishAot >
1616    <SysRoot  Condition =" '$(NativeAotSupported)' == 'true' and '$(CrossBuild)' == 'true' and '$(HostOS)' != 'windows'"  >$(ROOTFS_DIR)</SysRoot >
1717    <PublishReadyToRun  Condition =" '$(NativeAotSupported)' != 'true'"  >true</PublishReadyToRun >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments