Skip to content

Commit

Permalink
The custom feature(s) need to be at the root as they need to be defin…
Browse files Browse the repository at this point in the history
…ed for all subprojects on load.
  • Loading branch information
grafikrobot committed Aug 16, 2024
1 parent c548d0c commit 02e9a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

require-b2 5.2 ;

import feature ;

feature.feature boost.nowide.lfs : auto no : optional propagated ;

constant boost_dependencies :
/boost/config//boost_config
/boost/filesystem//boost_filesystem ;
Expand Down
3 changes: 0 additions & 3 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import-search /boost/config/checks ;
import config : requires ;
import configure ;
import feature ;

feature.feature boost.nowide.lfs : auto no : optional propagated ;

local requirements =
<link>shared:<define>BOOST_NOWIDE_DYN_LINK=1
Expand Down

0 comments on commit 02e9a8f

Please sign in to comment.