diff --git a/scripts/mk_util.py b/scripts/mk_util.py index 5944f015f..8165ba5db 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -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):