mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 18:23:50 +00:00
add scons check for boost_locale for windows
TODO: maybe the file scons/boost.py should also be changed?
This commit is contained in:
parent
441343aa3d
commit
782c36d800
@ -369,7 +369,8 @@ if env["prereqs"]:
|
|||||||
conf.CheckBoostIostreamsBZip2() & \
|
conf.CheckBoostIostreamsBZip2() & \
|
||||||
conf.CheckBoost("smart_ptr", header_only = True) & \
|
conf.CheckBoost("smart_ptr", header_only = True) & \
|
||||||
conf.CheckBoost("system") & \
|
conf.CheckBoost("system") & \
|
||||||
((not env["boostfilesystem"]) or (conf.CheckBoost("filesystem", require_version = "1.44.0"))) \
|
((not env["boostfilesystem"]) or (conf.CheckBoost("filesystem", require_version = "1.44.0"))) & \
|
||||||
|
((not env["PLATFORM"] == "win32") or (not env["boostfilesystem"]) or (conf.CheckBoost("locale"))) \
|
||||||
and Info("GOOD: Base prerequisites are met")) \
|
and Info("GOOD: Base prerequisites are met")) \
|
||||||
or Warning("WARN: Base prerequisites are not met")
|
or Warning("WARN: Base prerequisites are not met")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user