mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	Fix Makefile generation for the OCaml api
This commit is contained in:
		
							parent
							
								
									9c9cd5ebf7
								
							
						
					
					
						commit
						7d43a4bca5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2255,7 +2255,7 @@ class MLComponent(Component):
 | 
				
			||||||
            for m in self.modules:
 | 
					            for m in self.modules:
 | 
				
			||||||
                ff = os.path.join(src_dir, m + '.ml')
 | 
					                ff = os.path.join(src_dir, m + '.ml')
 | 
				
			||||||
                ft = os.path.join(self.sub_dir, m + '.cmx')
 | 
					                ft = os.path.join(self.sub_dir, m + '.cmx')
 | 
				
			||||||
                out.write('%s: %s %s\n' % (ft, ff, cmos))
 | 
					                out.write('%s: %s %s %s\n' % (ft, ff, cmos, cmxs))
 | 
				
			||||||
                out.write('\t%s -I %s -o %s -c %s\n' % (OCAMLOPTF, self.sub_dir, ft, ff))
 | 
					                out.write('\t%s -I %s -o %s -c %s\n' % (OCAMLOPTF, self.sub_dir, ft, ff))
 | 
				
			||||||
                cmxs = cmxs + ' ' + ft
 | 
					                cmxs = cmxs + ' ' + ft
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue