Removed obsolete "static" option from scons script.
This commit is contained in:
parent
d18a6a2bf5
commit
7a1bd2dd1d
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ opts.AddOptions(
|
|||
('server_gid', 'group id of the user who runs wesnothd', ""),
|
||||
('server_uid', 'user id of the user who runs wesnothd', ""),
|
||||
EnumOption('gui', 'Set for GUI reductions for resolutions down to 320x240 (PDAs)', "normal", ["normal", "tiny"]),
|
||||
BoolOption('static', 'Set to enable static building of Wesnoth', False),
|
||||
BoolOption('strict', 'Set to strict compilation', False),
|
||||
BoolOption('static_test', 'Staticaly build against boost test (Not supported yet)', False),
|
||||
BoolOption('verbose', 'Emit progress messages during data installation.', False),
|
||||
|
|
Loading…
Add table
Reference in a new issue