mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
ocaml build fix
This commit is contained in:
parent
50f17e403c
commit
f164f17190
1 changed files with 1 additions and 1 deletions
|
@ -1872,7 +1872,7 @@ class MLComponent(Component):
|
|||
|
||||
for m in self.modules:
|
||||
mf = os.path.join(self.sub_dir, m)
|
||||
out.write(' %s.mli %s.cmi' % (mf, mf, mf))
|
||||
out.write(' %s.mli %s.cmi' % (mf, mf))
|
||||
out.write(' %s' % ((os.path.join(self.sub_dir, 'libz3ml$(LIB_EXT)'))))
|
||||
out.write(' %s' % ((os.path.join(self.sub_dir, 'z3ml$(LIB_EXT)'))))
|
||||
out.write(' %s' % ((os.path.join(self.sub_dir, 'z3ml.cma'))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue