mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
another dir issue
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
60b9207485
commit
fc20eba945
|
@ -454,7 +454,7 @@ def mk_dir(d):
|
|||
|
||||
def set_build_dir(d):
|
||||
global BUILD_DIR, REV_BUILD_DIR
|
||||
BUILD_DIR = d
|
||||
BUILD_DIR = norm_path(d)
|
||||
REV_BUILD_DIR = reverse_path(d)
|
||||
|
||||
def set_z3py_dir(p):
|
||||
|
|
Loading…
Reference in a new issue