summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/predef/check/predef.jam
blob: 7042dc1d41b0c15fb1970b44f5a5833fc7bd67c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Rene Rivera 2016
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

# Hack, to reload check/predef.jam at its new location.
import modules ;
local _loaded_ ;
for local _module_ in [ modules.peek modules : .loaded ]
{
    if $(_module_) != "predef"
    {
        _loaded_ += $(_module_) ;
    }
}
modules.poke modules : .loaded : $(_loaded_) ;
import ../tools/check/predef ;