mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 09:07:41 +00:00
scons: don't depend on libintl if boost filesystem enabled
since we use boost locale instead then.
This commit is contained in:
parent
af16f96961
commit
d9ecc0a9f7
|
@ -364,7 +364,7 @@ if env["prereqs"]:
|
|||
have_server_prereqs = (\
|
||||
conf.CheckCPlusPlus(gcc_version = "3.3") & \
|
||||
have_sdl_net() & \
|
||||
conf.CheckGettextLibintl() & \
|
||||
((env["boostfilesystem"]) or (conf.CheckGettextLibintl())) & \
|
||||
conf.CheckBoost("iostreams", require_version = "1.34.1") & \
|
||||
conf.CheckBoostIostreamsGZip() & \
|
||||
conf.CheckBoostIostreamsBZip2() & \
|
||||
|
|
Loading…
Reference in New Issue
Block a user