mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 23:23:23 +00:00
ML API build fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
a3d17a0e24
commit
d0588c0565
1 changed files with 2 additions and 0 deletions
|
@ -1821,6 +1821,8 @@ def mk_install(out):
|
||||||
for c in get_components():
|
for c in get_components():
|
||||||
c.mk_install_deps(out)
|
c.mk_install_deps(out)
|
||||||
out.write(' ')
|
out.write(' ')
|
||||||
|
if is_ml_enabled():
|
||||||
|
out.write('ocamlfind_install')
|
||||||
out.write('\n')
|
out.write('\n')
|
||||||
out.write('\t@mkdir -p %s\n' % os.path.join('$(PREFIX)', 'bin'))
|
out.write('\t@mkdir -p %s\n' % os.path.join('$(PREFIX)', 'bin'))
|
||||||
out.write('\t@mkdir -p %s\n' % os.path.join('$(PREFIX)', 'include'))
|
out.write('\t@mkdir -p %s\n' % os.path.join('$(PREFIX)', 'include'))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue