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 d0a163f commit 4141ff2Copy full SHA for 4141ff2
Jamroot
@@ -134,6 +134,7 @@ import virtual-target ;
134
import "class" : new ;
135
import property-set ;
136
import threadapi-feature ;
137
+import option ;
138
139
path-constant BOOST_ROOT : . ;
140
constant BOOST_VERSION : 1.66.0 ;
@@ -299,7 +300,9 @@ rule boost-install ( libraries * )
299
300
: # No headers, it is handled by the dependency.
301
;
302
- install stage : $(libraries) : <location>$(BOOST_STAGE_LOCATE) ;
303
+ local stage-locate = [ option.get stagedir : $(BOOST_ROOT)/stage ] ;
304
+
305
+ install stage : $(libraries) : <location>$(stage-locate)/lib ;
306
307
module [ CALLER_MODULE ]
308
{
0 commit comments