Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/boostorg/build into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 7, 2020
2 parents d8e4d53 + 0984ee5 commit b44ef61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/help.jam
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rule process (
{
case --help-internal :
local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
path-to-modules ?= . ;
path-to-modules += . ;
local possible-modules = [ GLOB $(path-to-modules) : *\\.jam ] ;
local not-modules = [ GLOB $(path-to-modules) : *$(.not-modules)\\.jam ] ;
local modules-to-list =
Expand Down Expand Up @@ -177,7 +177,7 @@ local rule split-symbol (
)
{
local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
path-to-modules ?= . ;
path-to-modules += . ;
local module-name = $(symbol) ;
local symbol-name = ;
local result = ;
Expand Down

0 comments on commit b44ef61

Please sign in to comment.