Fix install copy on Windows.

We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
This commit is contained in:
Rene Rivera
2016-02-23 21:29:27 -06:00
parent 7c469d6cef
commit 8fd224ced7

View File

@@ -19,7 +19,7 @@ RAPIDXML ?= contrib/rapidxml-1.13 ;
local DIST_DIR = [ option.get distdir ] ;
DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
DIST_DIR = [ path.root $(DIST_DIR) [ path.pwd ] ] ;
DIST_DIR = [ path.root [ path.make $(DIST_DIR) ] [ path.pwd ] ] ;
local DIST_BIN = [ path.join $(DIST_DIR) bin ] ;
project doxygen_xml2qbk