mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
scons: fix issue #3132
(cherry-picked from commit d35f22e0773abffdf54b591b75d6ffb75f3ff6a6)
This commit is contained in:
parent
ca5b152f01
commit
a86bb81abc
@ -164,7 +164,8 @@ elif env["PLATFORM"] == 'win32':
|
||||
else:
|
||||
wesnoth = client_env.WesnothProgram("wesnoth", ["wesnoth.cpp"] + libwesnoth_objects, have_client_prereqs)
|
||||
client_env.Append(LINKFLAGS=['-Wl,--whole-archive', libwesnoth_widgets, '-Wl,--no-whole-archive'])
|
||||
Depends(wesnoth, libwesnoth_widgets)
|
||||
if have_client_prereqs:
|
||||
Depends(wesnoth, libwesnoth_widgets)
|
||||
|
||||
#---wesnothd---
|
||||
wesnothd_sources = GetSources("wesnothd")
|
||||
|
Loading…
x
Reference in New Issue
Block a user