3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

FINISH IT

This commit is contained in:
Andrew Dutcher 2016-08-27 19:36:53 -05:00
parent 0bbd172af3
commit 704105306c
5 changed files with 116 additions and 38 deletions

View file

@ -2748,6 +2748,7 @@ def cp_z3py_to_build():
if compileall.compile_dir(Z3PY_SRC_DIR, force=1) != 1:
raise MKException("failed to compile Z3Py sources")
# Copy sources to build
shutil.rmtree(z3py_dest, ignore_errors=True)
shutil.copytree(z3py_src, z3py_dest)
if is_verbose():
print("Copied python bindings")