mirror of
https://github.com/boostorg/build.git
synced 2026-02-20 14:42:14 +00:00
Set BOOST_BUILD_PCH_ENABLED when compiling PCH itself.
[SVN r35709]
This commit is contained in:
@@ -75,7 +75,8 @@ class pch-generator : generator
|
||||
}
|
||||
else
|
||||
{
|
||||
local r = [ run-pch $(project) $(name) : $(property-set)
|
||||
local r = [ run-pch $(project) $(name)
|
||||
: [ $(property-set).add-raw <define>BOOST_BUILD_PCH_ENABLED ]
|
||||
: $(sources) ] ;
|
||||
return [ generators.add-usage-requirements $(r)
|
||||
: <define>BOOST_BUILD_PCH_ENABLED ] ;
|
||||
|
||||
Reference in New Issue
Block a user