mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
LazBuild: Make the value for "--build-ide" parameter optional. "=" can be left out.
This commit is contained in:
parent
d784606f77
commit
2b05839fba
@ -1568,7 +1568,7 @@ begin
|
||||
LongOptions.Add('add-package');
|
||||
LongOptions.Add('add-package-link');
|
||||
LongOptions.Add('build-all');
|
||||
LongOptions.Add('build-ide:');
|
||||
LongOptions.Add('build-ide::');
|
||||
LongOptions.Add('recursive');
|
||||
LongOptions.Add('skip-dependencies');
|
||||
LongOptions.Add('widgetset:');
|
||||
|
Loading…
Reference in New Issue
Block a user