Skip to content

Commit

Permalink
scons: Include the wesnothd resources when linking wesnothd.exe
Browse files Browse the repository at this point in the history
Fixes an oversight from commit 877ead5.
  • Loading branch information
irydacea committed Jul 22, 2015
1 parent e6ece8f commit 40711ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SConscript
Expand Up @@ -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
Expand Down

0 comments on commit 40711ff

Please sign in to comment.