Corrected the comment

This commit is contained in:
Sergey Sharybin 2014-04-22 13:02:39 +06:00
parent 830a8847bd
commit 41b37c007c
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ else:
install_dir = os.path.join('..', 'install', builder)
# Clean install directory so we'll be sure there's no
# residual libs and files remained from the previous install.
if os.path.isdir(install_dir):
shutil.rmtree(install_dir)