mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
FINISH IT
This commit is contained in:
parent
0bbd172af3
commit
704105306c
5 changed files with 116 additions and 38 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue