3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-04-15 18:39:53 +01:00
parent a3d17a0e24
commit d0588c0565

View file

@ -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'))