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
ceabafa01c
commit
4c28085022
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue