We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57016e commit a100fbdCopy full SHA for a100fbd
Jamroot
@@ -133,6 +133,7 @@ import notfile ;
133
import virtual-target ;
134
import "class" : new ;
135
import property-set ;
136
+import option ;
137
138
path-constant BOOST_ROOT : . ;
139
constant BOOST_VERSION : 1.65.0 ;
@@ -292,7 +293,9 @@ rule boost-install ( libraries * )
292
293
: # No headers, it is handled by the dependency.
294
;
295
- install stage : $(libraries) : <location>$(BOOST_STAGE_LOCATE) ;
296
+ local stage-locate = [ option.get stagedir : $(BOOST_ROOT)/stage ] ;
297
+
298
+ install stage : $(libraries) : <location>$(stage-locate) ;
299
300
module [ CALLER_MODULE ]
301
{
0 commit comments