mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
ML API: build fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
b95ada16f3
commit
c7b73c98a5
|
@ -1421,7 +1421,7 @@ class MLComponent(Component):
|
|||
out.write(' %s/z3native_stubs.o\n' % (sub_dir))
|
||||
out.write('\tcd %s ; ocamlmklib -verbose -o z3' % (sub_dir))
|
||||
for m in modules:
|
||||
out.write(' ' + m)
|
||||
out.write(' %s.ml' % m)
|
||||
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')))
|
||||
|
|
Loading…
Reference in a new issue