scons: Include the wesnothd resources when linking wesnothd.exe
Fixes an oversight from commit 877ead550a
.
This commit is contained in:
parent
e6ece8f147
commit
40711ff2ee
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ wesnothd_sources = Split("""
|
|||
""")
|
||||
wesnothd_sources.extend(env.Object("server/server.cpp", EXTRA_DEFINE = env['fifodir'] and "FIFODIR='\"$fifodir\"'" or None))
|
||||
|
||||
env.WesnothProgram("wesnothd", wesnothd_sources + [libwesnoth_core, libwesnothd], have_server_prereqs)
|
||||
env.WesnothProgram("wesnothd", wesnothd_sources + [libwesnoth_core, libwesnothd, env["wesnothd_res"]], have_server_prereqs)
|
||||
|
||||
cutter_sources = Split("""
|
||||
tools/cutter.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue