Skip to content

Commit

Permalink
windows bootstrap: clean up object files
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Aug 10, 2012
1 parent 49dd59d commit 40ac1f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@ def run(*args, **kwargs):
run(['./' + binary] + verbose)
os.unlink(binary)

if sys.platform.startswith('win32'):
for obj in glob.glob('*.obj'):
os.unlink(obj)

print 'Done!'

0 comments on commit 40ac1f6

Please sign in to comment.