mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 02:15:37 +00:00
SCons recipe: no longer link campaignd against libwesnoth helper library...
...which is unnecessary and also makes campaignd dependent on SDL_ttf and SDL_mixer.
This commit is contained in:
parent
14f75b3522
commit
e17de9d691
@ -227,7 +227,7 @@ campaignd_sources = Split("""
|
||||
campaign_server/campaign_server.cpp
|
||||
""")
|
||||
if have_server_prereqs:
|
||||
campaignd = env.Program("campaignd", campaignd_sources + [libwesnoth_core, libwesnothd, libcampaignd, libwesnoth])
|
||||
campaignd = env.Program("campaignd", campaignd_sources + [libwesnoth_core, libwesnothd, libcampaignd])
|
||||
else:
|
||||
campaignd = None
|
||||
Export("campaignd")
|
||||
|
Loading…
x
Reference in New Issue
Block a user