3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-12-04 14:14:14 +00:00
parent ceabafa01c
commit 4c28085022

View file

@ -1436,7 +1436,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)