mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	no uname on nt
This commit is contained in:
		
							parent
							
								
									1346a168a1
								
							
						
					
					
						commit
						79553261d1
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -622,7 +622,8 @@ elif os.name == 'posix':
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            LINUX_X64=False
 | 
					            LINUX_X64=False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if os.uname()[4] == 'arm64':
 | 
					            
 | 
				
			||||||
 | 
					if os.name == 'posix' and os.uname()[4] == 'arm64':
 | 
				
			||||||
    IS_ARCH_ARM64 = True
 | 
					    IS_ARCH_ARM64 = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue