mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-28 10:19:23 +00:00 
			
		
		
		
	Windows build fix.
This commit is contained in:
		
							parent
							
								
									b9bfd4ddf5
								
							
						
					
					
						commit
						43d083bafb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -241,8 +241,8 @@ def mk_zip(x64): | ||||||
| 
 | 
 | ||||||
| # Create a zip file for each platform | # Create a zip file for each platform | ||||||
| def mk_zips(): | def mk_zips(): | ||||||
|     mk_zip_core(False) |     mk_zip(False) | ||||||
|     mk_zip_core(True) |     mk_zip(True) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| VS_RUNTIME_PATS = [re.compile('vcomp.*\.dll'), | VS_RUNTIME_PATS = [re.compile('vcomp.*\.dll'), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue