env-windows/maintain/rt-studio-deploy.py

6 lines
137 B
Python
Raw Normal View History

2022-11-07 11:04:48 +08:00
import shutil
import os
shutil.rmtree(os.path.join('..', 'tools', 'Python27_32'))
shutil.rmtree(os.path.join('..', 'tools', 'gnu_gcc'))