mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	add _0 to platform tag for pypi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									6e3b99fb9e
								
							
						
					
					
						commit
						54d30f26f7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -261,7 +261,7 @@ class bdist_wheel(_bdist_wheel):
 | 
			
		|||
        if platform in ["osx", "darwin", "sequoia"]:
 | 
			
		||||
            m = internal_build_re.search(os_version_tag)
 | 
			
		||||
            if m:
 | 
			
		||||
                return m.group(1)
 | 
			
		||||
                return m.group(1) + "_0"
 | 
			
		||||
        return os_version_tag
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue