mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	ML API: build fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b95ada16f3
								
							
						
					
					
						commit
						c7b73c98a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1421,7 +1421,7 @@ class MLComponent(Component):
 | 
				
			||||||
            out.write(' %s/z3native_stubs.o\n' % (sub_dir))
 | 
					            out.write(' %s/z3native_stubs.o\n' % (sub_dir))
 | 
				
			||||||
            out.write('\tcd %s ; ocamlmklib -verbose -o z3' % (sub_dir))
 | 
					            out.write('\tcd %s ; ocamlmklib -verbose -o z3' % (sub_dir))
 | 
				
			||||||
            for m in modules:
 | 
					            for m in modules:
 | 
				
			||||||
                out.write(' ' + m)
 | 
					                out.write(' %s.ml' % m)
 | 
				
			||||||
            out.write(' z3native_stubs$(OBJ_EXT) ; cd -\n')
 | 
					            out.write(' z3native_stubs$(OBJ_EXT) ; cd -\n')
 | 
				
			||||||
            out.write('ml: %s\n' % (os.path.join(sub_dir, 'z3.cmxa'))) 
 | 
					            out.write('ml: %s\n' % (os.path.join(sub_dir, 'z3.cmxa'))) 
 | 
				
			||||||
            # , os.path.join(sub_dir, 'z3.cmxs'), os.path.join(sub_dir, 'z3.cma')))
 | 
					            # , os.path.join(sub_dir, 'z3.cmxs'), os.path.join(sub_dir, 'z3.cma')))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue