mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
ML API build fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
a3d17a0e24
commit
d0588c0565
|
@ -1821,6 +1821,8 @@ def mk_install(out):
|
|||
for c in get_components():
|
||||
c.mk_install_deps(out)
|
||||
out.write(' ')
|
||||
if is_ml_enabled():
|
||||
out.write('ocamlfind_install')
|
||||
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)', 'include'))
|
||||
|
|
Loading…
Reference in a new issue