diff options
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
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: |