mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	ML API: build fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									40c6be0baa
								
							
						
					
					
						commit
						2ee4409962
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -1440,8 +1440,9 @@ class MLComponent(Component): | |||
|             out.write('\tcd %s ; ocamlmklib -verbose -o z3' % (sub_dir)) | ||||
|             for m in modules: | ||||
|                 out.write(' ' + m) | ||||
|             out.write('z3native_stubs$(OBJ_EXT) ; cd -' ) | ||||
|             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'))) | ||||
|             out.write(' z3native_stubs$(OBJ_EXT) ; cd -\n') | ||||
|             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'))) | ||||
|             #out.write('\n') | ||||
|             # Generate META file and package installation commands | ||||
|             self.mk_ml_meta(os.path.join('src/api/ml/META'), os.path.join(BUILD_DIR, sub_dir, 'META'), VER_MAJOR, VER_MINOR, VER_BUILD, VER_REVISION) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue