mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	ML API build fix
This commit is contained in:
		
							parent
							
								
									5092ceec7d
								
							
						
					
					
						commit
						b85c3e12f4
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -1379,10 +1379,6 @@ class MLComponent(Component): | |||
|                 out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f))) | ||||
|                 str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f)) | ||||
|                 out.write(str) | ||||
|             for f in filter(lambda f: f=='META', os.listdir(self.src_dir)): | ||||
|                 out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f))) | ||||
|                 str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f)) | ||||
|                 out.write(str) | ||||
|             modules = ["z3enums", "z3native", "z3"]  # dependencies in this order! | ||||
|             prev = '' | ||||
|             for m in modules: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue