File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717
1818  CHDIR  =  'idl-rules' 
1919  test .run_gyp ('basic-idl.gyp' , chdir = CHDIR )
20-   for  platform  in  ['Win32' , 'x64' ]:
20+   for  platform  in  ['Win32' , 'x64' ,  'ARM64' ]:
2121    test .set_configuration ('Debug|%s'  %  platform )
2222    test .build ('basic-idl.gyp' , test .ALL , chdir = CHDIR )
2323
2424    # Make sure ninja win_tool.py filters out noisy lines. 
2525    if  test .format  ==  'ninja'  and  'Processing'  in  test .stdout ():
2626      test .fail_test ()
2727
28-      test .pass_test ()
28+   test .pass_test ()
Original file line number Diff line number Diff line change 1515        'inherit_from' : ['Debug' ],
1616        'msvs_configuration_platform' : 'x64' ,
1717      },
18+       'Debug_ARM64' : {
19+         'inherit_from' : ['Debug' ],
20+         'msvs_configuration_platform' : 'ARM64' ,
21+       },
1822    },
1923  },
2024  'targets' : [
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments