Merge branch 'master' of https://github.com/wesnoth/wesnoth
This commit is contained in:
commit
76d8f38353
1 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,8 @@ if env["prereqs"]:
|
|||
conf.CheckBoostIostreamsBZip2() & \
|
||||
conf.CheckBoost("smart_ptr", header_only = True) & \
|
||||
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")) \
|
||||
or Warning("WARN: Base prerequisites are not met")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue