mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-26 06:32:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user