mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 22:00:25 +00:00
check compiler version
This commit is contained in:
parent
379c80e4cd
commit
8890cc75db
@ -371,7 +371,7 @@ if env["prereqs"]:
|
||||
env["PKG_CONFIG_FLAGS"] = "--dont-define-prefix"
|
||||
|
||||
have_server_prereqs = (\
|
||||
conf.CheckCPlusPlus(gcc_version = "7") & \
|
||||
conf.CheckCPlusPlus(gcc_version = "8") & \
|
||||
conf.CheckBoost("iostreams", require_version = boost_version) & \
|
||||
conf.CheckBoostIostreamsGZip() & \
|
||||
conf.CheckBoostIostreamsBZip2() & \
|
||||
|
Loading…
x
Reference in New Issue
Block a user