mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
ML API build fix
This commit is contained in:
parent
ced6809cd8
commit
edb1f4d896
1 changed files with 2 additions and 1 deletions
|
@ -1776,8 +1776,9 @@ class MLComponent(Component):
|
|||
for m in self.modules:
|
||||
ff = os.path.join(src_dir, m + '.mli')
|
||||
ft = os.path.join(self.sub_dir, m + '.cmi')
|
||||
out.write('%s: %s %s\n' % (ft, mlis, cmis))
|
||||
out.write('%s: %s\n' % (ft, cmis))
|
||||
out.write('\t%s -I %s -o %s -c %s\n' % (OCAMLC, self.sub_dir, ft, ff))
|
||||
cmis = cmis + ' ' + ft
|
||||
|
||||
cmos = ''
|
||||
for m in self.modules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue