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