mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-09 23:24:02 +00:00
Merge pull request #2 from eldiener/develop
Honor build_dir first when installing so that installation should be …
This commit is contained in:
commit
aeb4eee99e
@ -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