File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ endif
139139fmt_use_header_only =  false 
140140
141141if  (meson .is_cross_build()
142- and  (host_machine .system() ==  ' switch' 
143- or  host_machine .system() ==  ' 3ds'  )
142+      and  (host_machine .system() ==  ' switch' 
143+          or  host_machine .system() ==  ' 3ds'  )
144144)
145145    fmt_use_header_only =  true 
146146endif 
@@ -436,8 +436,8 @@ if build_application
436436    endif 
437437
438438    if  (host_machine .system() ==  ' linux' 
439- or  (meson .is_cross_build()
440- and  host_machine .system() ==  ' android'  )
439+      or  (meson .is_cross_build()
440+          and  host_machine .system() ==  ' android'  )
441441)
442442        keyutils_dep =  dependency (
443443            ' keyutils'  ,
@@ -529,7 +529,7 @@ and host_machine.system() == 'android')
529529
530530
531531    if  (host_machine .system() ==  ' linux' 
532- and  host_machine .cpu_family() ==  ' aarch64' 
532+      and  host_machine .cpu_family() ==  ' aarch64' 
533533)
534534        # not supported on aarch64 linux :( 
535535        discord_dep_required =  false 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments