aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 2a7e5f87f..b4cea7af7 100755
--- a/configure.py
+++ b/configure.py
@@ -2358,7 +2358,7 @@ def main(argv=None):
time.sleep(0.1)
# Final attempt, pass any exceptions up to caller.
- os.makedirs(dir)
+ os.makedirs(directory)
try:
if options.clean_build_tree: