mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
ML API: build system fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
9eea0f3232
commit
9d965b5fec
1 changed files with 3 additions and 0 deletions
|
@ -354,7 +354,10 @@ def check_ml():
|
|||
raise MKException('Failed testing ocamlopt compiler. Set environment variable OCAMLOPT with the path to the Ocaml native compiler')
|
||||
os.remove('hello.cmi')
|
||||
os.remove('hello.cmo')
|
||||
os.remove('hello.cmx')
|
||||
os.remove('hello.obj')
|
||||
os.remove('a.out')
|
||||
t.__del__()
|
||||
find_ml_lib()
|
||||
|
||||
def find_ml_lib():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue