mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-09 23:24:02 +00:00
Honor build_dir first when installing so that installation should be made outside of Boost tree if user desires.
This commit is contained in:
parent
a0411ac136
commit
800f7de1f5
@ -12,7 +12,8 @@ import boostcpp ;
|
||||
import path ;
|
||||
import option ;
|
||||
|
||||
local DIST_DIR = [ option.get distdir ] ;
|
||||
local DIST_DIR = [ option.get build-dir ] ;
|
||||
DIST_DIR ?= [ option.get distdir ] ;
|
||||
DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
|
||||
DIST_DIR = [ path.root [ path.make $(DIST_DIR) ] [ path.pwd ] ] ;
|
||||
local DIST_BIN = [ path.join $(DIST_DIR) bin ] ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user