mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
old_params ==> front_end_params. Isolated abstract solver interface
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
62cc752fb6
commit
4c98b567e1
60 changed files with 491 additions and 295 deletions
|
@ -1086,7 +1086,8 @@ def mk_def_files():
|
|||
|
||||
def cp_z3pyc_to_build():
|
||||
mk_dir(BUILD_DIR)
|
||||
compileall.compile_dir(Z3PY_SRC_DIR, force=1)
|
||||
if compileall.compile_dir(Z3PY_SRC_DIR, force=1) != 1:
|
||||
raise MKException("failed to compile Z3Py sources")
|
||||
for pyc in filter(lambda f: f.endswith('.pyc'), os.listdir(Z3PY_SRC_DIR)):
|
||||
try:
|
||||
os.remove('%s/%s' % (BUILD_DIR, pyc))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue