Disable ANA by default in scons since servers are broken with it.
That should fix bug #18295
This commit is contained in:
parent
92c0955d03
commit
34481784d5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ opts.AddVariables(
|
|||
('version_suffix', 'suffix that will be added to default values of prefsdir, program_suffix and datadirname', ""),
|
||||
BoolVariable('raw_sockets', 'Set to use raw receiving sockets in the multiplayer network layer rather than the SDL_net facilities', False),
|
||||
BoolVariable('forum_user_handler', 'Enable forum user handler in wesnothd', False),
|
||||
BoolVariable('use_network_ana', 'Use the new network api', True),
|
||||
BoolVariable('use_network_ana', 'Use the new network api', False),
|
||||
BoolVariable('pool_alloc', 'Enable custom pool malloc', False),
|
||||
('server_gid', 'group id of the user who runs wesnothd', ""),
|
||||
('server_uid', 'user id of the user who runs wesnothd', ""),
|
||||
|
|
Loading…
Add table
Reference in a new issue