Skip to content

Commit

Permalink
Silence deprecation warning to fix build on earlier versions of boost
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Dec 12, 2020
1 parent db50828 commit 44604d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SConstruct
Expand Up @@ -429,6 +429,8 @@ if env["prereqs"]:
if env["history"]:
client_env.Append(CPPDEFINES = ["HAVE_HISTORY"])

env.Append(CPPDEFINES = ["BOOST_COROUTINES_NO_DEPRECATION_WARNING"])

if env["forum_user_handler"]:
found_connector = False
for sql_config in ["mariadb_config", "mysql_config"]:
Expand Down

0 comments on commit 44604d6

Please sign in to comment.