Skip to content

Commit 231b5f9

Browse files
committed
Disable Werror for dependencies
1 parent 96b9836 commit 231b5f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Jamfile.v2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ lib boost_locale
421421
util/info.cpp
422422
util/locale_data.cpp
423423
: requirements
424-
<library>$(boost_dependencies_private)
425-
<library>$(boost_dependencies)
424+
<library>$(boost_dependencies_private)/<warnings-as-errors>off
425+
<library>$(boost_dependencies)/<warnings-as-errors>off
426426
$(cxx_requirements)
427427
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
428428
<define>BOOST_LOCALE_SOURCE
@@ -432,7 +432,7 @@ lib boost_locale
432432
# Meanwhile remove this
433433
<conditional>@configure
434434
: usage-requirements
435-
<library>$(boost_dependencies)
435+
<library>$(boost_dependencies)/<warnings-as-errors>off
436436
$(cxx_requirements)
437437
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
438438
<define>BOOST_LOCALE_NO_LIB=1

0 commit comments

Comments
 (0)