mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
fixed z3py build
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
573f3d1725
commit
d909852e99
|
@ -192,6 +192,7 @@ def set_z3py_dir(p):
|
|||
print "Python bindinds directory was detected."
|
||||
|
||||
def add_z3py_example(p):
|
||||
mk_dir(BUILD_DIR)
|
||||
full = '%s/%s' % (EXAMPLE_DIR, p)
|
||||
for py in filter(lambda f: f.endswith('.py'), os.listdir(full)):
|
||||
shutil.copyfile('%s/%s' % (full, py), '%s/%s' % (BUILD_DIR, py))
|
||||
|
|
Loading…
Reference in a new issue