Skip to content

Commit

Permalink
Builder|Windows: Do not try to delete the current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 20, 2016
1 parent 2b3592f commit 4831c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/platform_release.py
Expand Up @@ -140,6 +140,7 @@ def cmake_options():
def cmake_release(makeOptions, outputGlobs):
"""Runs cmake in the work directory and copies the output files to OUTPUT_DIR."""
for currentOptions in cmake_options():
os.chdir(LAUNCH_DIR)
remkdir(WORK_DIR)
os.chdir(WORK_DIR)

Expand Down

0 comments on commit 4831c74

Please sign in to comment.