File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,8 @@ def __init__(
711711                        cpp = ['c++', '-arch', { arch !r}  
712712                        objc = ['cc', '-arch', { arch !r}  
713713                        objcpp = ['c++', '-arch', { arch !r}  
714+                         strip = ['strip', '-arch', { arch !r}  
715+ 
714716                        [host_machine] 
715717                        system = 'darwin' 
716718                        cpu = { arch !r}  
@@ -731,11 +733,12 @@ def __init__(
731733
732734            cross_file_data  =  textwrap .dedent (f''' 
733735                [binaries] 
736+                 ar = '{ arch } { subsystem }  
734737                c = '{ arch } { subsystem }  
735738                cpp = '{ arch } { subsystem }  
736739                objc = '{ arch } { subsystem }  
737740                objcpp = '{ arch } { subsystem }  
738-                 ar  = '{ arch } { subsystem } ar ' 
741+                 strip  = '{ arch } { subsystem } strip ' 
739742
740743                [host_machine] 
741744                system = 'ios' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments