3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00

ML API: build system fix

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2013-01-08 21:34:40 +00:00
parent b48c444978
commit 1865ca58c3

View file

@ -355,7 +355,6 @@ def check_ml():
os.remove('hello.cmi')
os.remove('hello.cmo')
os.remove('hello.cmx')
os.remove('hello.obj')
os.remove('a.out')
find_ml_lib()