mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +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
|
@ -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…
Reference in a new issue