mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-24 01:09:47 +08:00
[tool] 增加scons --dist --project-path=xxxx命令 (#6713)
* [tools] 所有dist都打zip包 * 完善scons --dist/dist-ide --project-name --project-path命令
This commit is contained in:
committed by
GitHub
parent
0df51b8aa9
commit
8c7e0b71ce
@@ -47,7 +47,7 @@ def AddOptions():
|
||||
dest = 'project-path',
|
||||
type = 'string',
|
||||
default = None,
|
||||
help = 'set dist-ide project output path')
|
||||
help = 'set project output path')
|
||||
AddOption('--project-name',
|
||||
dest = 'project-name',
|
||||
type = 'string',
|
||||
|
||||
Reference in New Issue
Block a user