mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
ML API: build fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
6e1e28dd58
commit
b95ada16f3
|
@ -1418,7 +1418,7 @@ class MLComponent(Component):
|
|||
out.write(' %s.cmi' % (os.path.join(sub_dir, m)))
|
||||
# out.write(' %s.cmx' % (os.path.join(sub_dir, m)))
|
||||
# out.write(' %s.cmo' % (os.path.join(sub_dir, m)))
|
||||
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))
|
||||
for m in modules:
|
||||
out.write(' ' + m)
|
||||
|
|
Loading…
Reference in a new issue