[dist-ide] 优化导出RTThread Studio工程命令

- 导出rtstudio工程时,多增加一级目录,防止BSP本地Sconscript和导出的工程的Sconscript粘接 导致编译出错
- 增加命令别名 --dist-rtstudio 该命令和 --dist-ide命令执行一致,方便用户理解,--dist-ide IDE表示的内容过于宽泛
This commit is contained in:
Meco Man
2022-09-29 12:42:29 -04:00
committed by Man, Jianting (Meco)
parent a48f446a0f
commit 6b60aab136
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ def AddOptions():
action = 'store_true',
default = False,
help = 'make distribution and strip useless files')
AddOption('--dist-ide',
AddOption('--dist-ide', '--dist-rtstudio',
dest = 'make-dist-ide',
action = 'store_true',
default = False,