mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	ocaml build fix
This commit is contained in:
		
							parent
							
								
									02f7ae4a4d
								
							
						
					
					
						commit
						325d516825
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1872,7 +1872,7 @@ class MLComponent(Component):
 | 
			
		|||
 | 
			
		||||
            for m in self.modules:
 | 
			
		||||
                mf = os.path.join(self.sub_dir, m)
 | 
			
		||||
                out.write(' %s.mli %s.cmi' % (mf, mf, mf))
 | 
			
		||||
                out.write(' %s.mli %s.cmi' % (mf, mf))
 | 
			
		||||
            out.write(' %s' % ((os.path.join(self.sub_dir, 'libz3ml$(LIB_EXT)'))))
 | 
			
		||||
            out.write(' %s' % ((os.path.join(self.sub_dir, 'z3ml$(LIB_EXT)'))))
 | 
			
		||||
            out.write(' %s' % ((os.path.join(self.sub_dir, 'z3ml.cma'))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue